summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw9522b.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/webtbf/tw9522b.pp')
-rw-r--r--tests/webtbf/tw9522b.pp7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/webtbf/tw9522b.pp b/tests/webtbf/tw9522b.pp
new file mode 100644
index 0000000000..e57bc8df6b
--- /dev/null
+++ b/tests/webtbf/tw9522b.pp
@@ -0,0 +1,7 @@
+{ %fail }
+
+type ts = set of 0..7;
+begin
+ writeln(1 in ts(65));
+end.
+