summaryrefslogtreecommitdiff
path: root/flang/test/Preprocessing/bug129131.F
diff options
context:
space:
mode:
Diffstat (limited to 'flang/test/Preprocessing/bug129131.F')
-rw-r--r--flang/test/Preprocessing/bug129131.F5
1 files changed, 5 insertions, 0 deletions
diff --git a/flang/test/Preprocessing/bug129131.F b/flang/test/Preprocessing/bug129131.F
new file mode 100644
index 000000000000..5b1a914a2c9e
--- /dev/null
+++ b/flang/test/Preprocessing/bug129131.F
@@ -0,0 +1,5 @@
+! RUN: %flang -fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
+! CHECK: PRINT *, 2_4
+#define a ,3
+ print *, mod(5 a)
+ end