diff options
Diffstat (limited to 'res/test_nomain_ko.tpc')
-rw-r--r-- | res/test_nomain_ko.tpc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/test_nomain_ko.tpc b/res/test_nomain_ko.tpc new file mode 100644 index 0000000..570c5ca --- /dev/null +++ b/res/test_nomain_ko.tpc | |||
@@ -0,0 +1,6 @@ | |||
1 | const c = 0; | ||
2 | |||
3 | /* not a main */ | ||
4 | void f(void) { | ||
5 | print(c); | ||
6 | } | ||