Files
Odin/src/tilde_const.cpp
2023-07-14 14:54:49 +01:00

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