1 ! RUN: %flang -E %s 2>&1 | FileCheck %s
4 ! CHECK-NOT: res = ((666)+111)
5 * FLM call with '(' on next line (not a continuation)
6 integer function IFLM(x)
11 #define IFLM(x) ((x)+111)
15 if (res .eq. 777) then
16 print *, 'pp039.F yes'
18 print *, 'pp039.F no: ', res