1 ! RUN: %flang -E %s 2>&1 | FileCheck %s
2 ! CHECK: res = ((666)+111)
3 * ditto, but with intervening *comment line
4 integer function IFLM(x)
9 #define IFLM(x) ((x)+111)
14 if (res .eq. 777) then
15 print *, 'pp010.F yes'
17 print *, 'pp010.F no: ', res