Implement constants

This commit is contained in:
2024-12-29 22:28:53 +01:00
parent 20949c7829
commit c558c3d6b4
7 changed files with 85 additions and 29 deletions

3
gcc/elna-tree.cc Normal file
View File

@ -0,0 +1,3 @@
#include "elna/gcc/elna-tree.h"
tree elna_global_trees[ELNA_TI_MAX];