summaryrefslogtreecommitdiff
path: root/tests/webtbf/tw21566.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/webtbf/tw21566.pp')
-rw-r--r--tests/webtbf/tw21566.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/webtbf/tw21566.pp b/tests/webtbf/tw21566.pp
new file mode 100644
index 0000000000..66307269b1
--- /dev/null
+++ b/tests/webtbf/tw21566.pp
@@ -0,0 +1,8 @@
+{ %FAIL }
+{ Should not give an internal error anymore }
+{ Bug report submitted by Alexander S. Klenin }
+{ 2012-03-26 }
+
+begin
+ Writeln(1/Abs(1) mod 1);
+end.