Stub out expr and const files

This commit is contained in:
gingerBill
2023-07-14 14:54:49 +01:00
parent 2a10c8fe5c
commit 6545cc2d48
5 changed files with 283 additions and 64 deletions

5
src/tilde_const.cpp Normal file
View File

@@ -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);
}