1 ! RUN: %flang -E %s 2>&1 | FileCheck %s
2 ! CHECK: res = IFLM (666)
3 ! ditto, with & ! comment, no leading &
4 integer function IFLM(x)
9 #define IFLM(x) ((x)+111)
13 if (res .eq. 777) then
14 print *, 'pp115.F90 yes'
16 print *, 'pp115.F90 no: ', res