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