1 ! RUN: %flang -E %s 2>&1 | FileCheck %s
2 ! CHECK: res = ((666)+111)
3 * FLM call name split across continuation
4 integer function IFLM(x)
9 #define IFLM(x) ((x)+111)
13 if (res .eq. 777) then
14 print *, 'pp012.F yes'
16 print *, 'pp012.F no: ', res