aboutsummaryrefslogtreecommitdiff
path: root/check/type/mulop/pass-real.p
diff options
context:
space:
mode:
Diffstat (limited to 'check/type/mulop/pass-real.p')
-rw-r--r--check/type/mulop/pass-real.p5
1 files changed, 5 insertions, 0 deletions
diff --git a/check/type/mulop/pass-real.p b/check/type/mulop/pass-real.p
new file mode 100644
index 0000000..d03ee76
--- /dev/null
+++ b/check/type/mulop/pass-real.p
@@ -0,0 +1,5 @@
+program main ( input, output );
+ var a: real;
+begin
+ a := 3.1 * 0.04
+end.