repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Reland [OffloadBundler] Compress bundles over 4GB (#122307)
[llvm-project.git]
/
flang
/
test
/
Preprocessing
/
bug129131.F
blob
43bbfdc232f92f74ce36da408a296640bd39f45f
1
! RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
2
! CHECK: PRINT *, 2_4
3
! CHECK: PRINT *, 1_4
4
#define a ,3
5
print *, mod(5 a)
6
print *, mod(4 a
7
+)
8
end