aboutsummaryrefslogtreecommitdiff
path: root/check/ops_list.p
diff options
context:
space:
mode:
Diffstat (limited to 'check/ops_list.p')
-rw-r--r--check/ops_list.p7
1 files changed, 7 insertions, 0 deletions
diff --git a/check/ops_list.p b/check/ops_list.p
new file mode 100644
index 0000000..9841194
--- /dev/null
+++ b/check/ops_list.p
@@ -0,0 +1,7 @@
+
+program main ( input, output );
+ var a: integer;
+begin
+{ TEST }
+ a := 1 + 2 + 3 - 4 * 5 / 6
+end.