From 6545cc2d48553e3129ef8e925531a1ca7e03e8a6 Mon Sep 17 00:00:00 2001 From: gingerBill Date: Fri, 14 Jul 2023 14:54:49 +0100 Subject: Stub out expr and const files --- src/tilde_const.cpp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/tilde_const.cpp (limited to 'src/tilde_const.cpp') diff --git a/src/tilde_const.cpp b/src/tilde_const.cpp new file mode 100644 index 000000000..e59c6f8ab --- /dev/null +++ b/src/tilde_const.cpp @@ -0,0 +1,5 @@ +gb_internal cgValue cg_const_value(cgProcedure *p, Type *type, ExactValue const &value) { + TB_Node *node = nullptr; + + return cg_value(node, type); +} \ No newline at end of file -- cgit v1.2.3