aboutsummaryrefslogtreecommitdiff
path: root/src/tilde_const.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-07-14 14:54:49 +0100
committergingerBill <bill@gingerbill.org>2023-07-14 14:54:49 +0100
commit6545cc2d48553e3129ef8e925531a1ca7e03e8a6 (patch)
tree7df7f3a3a0ae1da79fbd2ce46895cbd6a2c49c00 /src/tilde_const.cpp
parent2a10c8fe5c9d27e1a110346ef423c1cadc95daa3 (diff)
Stub out expr and const files
Diffstat (limited to 'src/tilde_const.cpp')
-rw-r--r--src/tilde_const.cpp5
1 files changed, 5 insertions, 0 deletions
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