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