mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 02:42:22 -07:00
Stub out expr and const files
This commit is contained in:
@@ -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);
|
||||
}
|
||||
Reference in New Issue
Block a user