diff options
Diffstat (limited to 'testsuite/runnable/record_construction.elna')
| -rw-r--r-- | testsuite/runnable/record_construction.elna | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/runnable/record_construction.elna b/testsuite/runnable/record_construction.elna index 31fc21f..ca99859 100644 --- a/testsuite/runnable/record_construction.elna +++ b/testsuite/runnable/record_construction.elna @@ -9,4 +9,6 @@ var program() begin assert(r.x = 1 & r.y = 2) +return 0u8 + end. |
