summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw9522d.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/webtbf/tw9522d.pp')
-rw-r--r--tests/webtbf/tw9522d.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/webtbf/tw9522d.pp b/tests/webtbf/tw9522d.pp
new file mode 100644
index 0000000000..a58cedf269
--- /dev/null
+++ b/tests/webtbf/tw9522d.pp
@@ -0,0 +1,8 @@
+{ %fail }
+
+type
+ tr = record b: byte; end;
+begin
+ writeln(tr(65).b);
+end.
+