15 lines · plain
1! RUN: %flang -E %s 2>&1 | FileCheck %s2! CHECK: call foo ( 3.14159)3! CHECK: subroutine foo(test)4 call foo (5#include "ff-args.h"6 end7#define TEST8 subroutine foo(9#ifdef TEST10 +test)11#else12 +)13#endif14 end15