diff options
| author | Eugen Wissner <belka@caraus.de> | 2026-07-14 01:45:58 +0200 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2026-07-14 01:45:58 +0200 |
| commit | 51e2f98e33ae10fc3052335cc6847bc93d0784fa (patch) | |
| tree | 7588effe2778d38d19adbf83cf23b5429df93691 /testsuite/compilable/record_construction.elna | |
| parent | 8ceb48a4e60b8ff89f28372da4f66cd152e2e0fe (diff) | |
| download | elna-51e2f98e33ae10fc3052335cc6847bc93d0784fa.tar.gz | |
Add static array initializer
Diffstat (limited to 'testsuite/compilable/record_construction.elna')
| -rw-r--r-- | testsuite/compilable/record_construction.elna | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/testsuite/compilable/record_construction.elna b/testsuite/compilable/record_construction.elna deleted file mode 100644 index 00e60db..0000000 --- a/testsuite/compilable/record_construction.elna +++ /dev/null @@ -1,12 +0,0 @@ -type - R = record - x, y: Int - end - -var - r: R := R{x: 1, y: 2} - -begin - assert(r.x = 1 & r.y = 2) -return 0 -end. |
