mirror of
https://github.com/odin-lang/Odin.git
synced 2026-04-19 06:49:55 -04:00
5 lines
148 B
C++
5 lines
148 B
C++
gb_internal cgValue cg_const_value(cgProcedure *p, Type *type, ExactValue const &value) {
|
|
TB_Node *node = nullptr;
|
|
|
|
return cg_value(node, type);
|
|
} |