blob: 81e4102598c2fdcd7e54a8aa5911f884e99a51cc [file] [log] [blame] [edit]
! RUN: %flang -E %s 2>&1 | FileCheck %s
! CHECK: call foo ( 3.14159)
! CHECK: subroutine foo(test)
call foo (
#include "ff-args.h"
end
#define TEST
subroutine foo(
#ifdef TEST
+test)
#else
+)
#endif
end