1 ! RUN: %flang -E %s 2>&1 | FileCheck %s
2 ! CHECK: res = IFLM(666)
3 * FLM call name split across continuation, clipped
4 integer function IFLM(x)
9 #define IFLM(x) ((x)+111)
11 * 'comment' is in column 73
13 *234567890123456789012345678901234567890123456789012345678901234567890123
16 if (res .eq. 777) then
17 print *, 'pp011.F yes'
19 print *, 'pp011.F no: ', res