From 51e2f98e33ae10fc3052335cc6847bc93d0784fa Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Tue, 14 Jul 2026 01:45:58 +0200 Subject: Add static array initializer --- testsuite/compilable/record_construction.elna | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 testsuite/compilable/record_construction.elna (limited to 'testsuite/compilable/record_construction.elna') 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. -- cgit v1.2.3