aboutsummaryrefslogtreecommitdiff
path: root/testsuite/runnable/aligned_attribute.elna
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/runnable/aligned_attribute.elna')
-rw-r--r--testsuite/runnable/aligned_attribute.elna8
1 files changed, 4 insertions, 4 deletions
diff --git a/testsuite/runnable/aligned_attribute.elna b/testsuite/runnable/aligned_attribute.elna
index 330847e..45c0c37 100644
--- a/testsuite/runnable/aligned_attribute.elna
+++ b/testsuite/runnable/aligned_attribute.elna
@@ -5,20 +5,20 @@ type
end
Spread = record
- a, #aligned(8) b: Word8
+ a, b #{aligned 8}: Word8
end
Packed = record
a: Word8;
- #aligned(1) wide: Word
+ wide #{aligned 1}: Word
end
- Over = #aligned(16) record
+ Over = record #{aligned 16}
a: Word8
end
var
- #aligned(32) tuned: Word8
+ tuned #{aligned 32}: Word8
spread: Spread
first: ^Word8
second: ^Word8