diff options
Diffstat (limited to 'testsuite/runnable/return_aggregate.elna')
| -rw-r--r-- | testsuite/runnable/return_aggregate.elna | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/runnable/return_aggregate.elna b/testsuite/runnable/return_aggregate.elna index ad3ec65..4377d94 100644 --- a/testsuite/runnable/return_aggregate.elna +++ b/testsuite/runnable/return_aggregate.elna @@ -10,4 +10,6 @@ return R{ a: 1, b: 2 } program() begin assert(f() = R{ a: 1, b: 2 }) +return 0u8 + end. |
