aboutsummaryrefslogtreecommitdiff
path: root/tests/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/main.c')
-rw-r--r--tests/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/main.c b/tests/main.c
index 2b57bcf..0dfd878 100644
--- a/tests/main.c
+++ b/tests/main.c
@@ -41,6 +41,7 @@ static CHECK_RESULT int test_hash_map() {
return 0;
}
+/* TODO: Restrict variables in global scope to const */
int main() {
amal_compiler compiler;
FileScopeReference *file_scope;