diff options
Diffstat (limited to 'tiger-compiler/tests/object/good/empty-class.tig')
| -rwxr-xr-x | tiger-compiler/tests/object/good/empty-class.tig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tiger-compiler/tests/object/good/empty-class.tig b/tiger-compiler/tests/object/good/empty-class.tig new file mode 100755 index 0000000..04bcc4c --- /dev/null +++ b/tiger-compiler/tests/object/good/empty-class.tig @@ -0,0 +1,4 @@ +let
+ class A {}
+in
+end
\ No newline at end of file |
