summaryrefslogtreecommitdiff
path: root/tests/tbf/tb0274.pp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tbf/tb0274.pp')
-rw-r--r--tests/tbf/tb0274.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/tbf/tb0274.pp b/tests/tbf/tb0274.pp
new file mode 100644
index 0000000000..4749726510
--- /dev/null
+++ b/tests/tbf/tb0274.pp
@@ -0,0 +1,8 @@
+{ %fail }
+{ %opt=-Sew }
+var
+ c : comp;
+
+begin
+ c:=123.123;
+end.