summaryrefslogtreecommitdiff
path: root/flang/test/Preprocessing/bug168077.F90
blob: d6c1bb0fa0010bb9632846ff2824823da996ce5e (plain)
1
2
3
4
5
6
!RUN: %flang -E -DNVAR=2+1+0+0 %s 2>&1 | FileCheck %s
!CHECK: pass
#if NVAR > 2
call pass
#endif
end