diff options
Diffstat (limited to 'src/tilde_const.cpp')
| -rw-r--r-- | src/tilde_const.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/tilde_const.cpp b/src/tilde_const.cpp new file mode 100644 index 000000000..e59c6f8ab --- /dev/null +++ b/src/tilde_const.cpp @@ -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); +}
\ No newline at end of file |