diff options
Diffstat (limited to 'tests/objects/tobjects.nim')
-rw-r--r-- | tests/objects/tobjects.nim | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/objects/tobjects.nim b/tests/objects/tobjects.nim index 66a38960e..235e53da5 100644 --- a/tests/objects/tobjects.nim +++ b/tests/objects/tobjects.nim @@ -1,3 +1,12 @@ +discard """ +action: run +input: ''' +Andreas +Rumpf +''' +outputsub: "Hallo Meister!" +""" + type TBase = object of RootObj x, y: int |