mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-04 01:34:39 +00:00
Stub out expr and const files
This commit is contained in:
5
src/tilde_const.cpp
Normal file
5
src/tilde_const.cpp
Normal 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);
|
||||
}
|
||||
Reference in New Issue
Block a user