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