diff options
Diffstat (limited to 'testsuite/runnable/record_construction.elna')
| -rw-r--r-- | testsuite/runnable/record_construction.elna | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/runnable/record_construction.elna b/testsuite/runnable/record_construction.elna index 2bbc493..31fc21f 100644 --- a/testsuite/runnable/record_construction.elna +++ b/testsuite/runnable/record_construction.elna @@ -6,6 +6,7 @@ type var r: R := R{x: 1, y: 2} +program() begin assert(r.x = 1 & r.y = 2) end. |
