diff --git a/source/tlang/testing/typecheck/simple_string.t b/source/tlang/testing/typecheck/simple_string.t index 94abd338..34b4eda9 100644 --- a/source/tlang/testing/typecheck/simple_string.t +++ b/source/tlang/testing/typecheck/simple_string.t @@ -2,3 +2,4 @@ module simple; int g = ""; +int j = ""; \ No newline at end of file