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