diff --git a/flang/test/Parser/continuation-in-if.f b/flang/test/Parser/continuation-in-if.f new file mode 100644 --- /dev/null +++ b/flang/test/Parser/continuation-in-if.f @@ -0,0 +1,9 @@ +! RUN: %f18 -funparse %s 2>&1 | FileCheck %s +! CHECK: CALL foo("N","N") +#ifdef transpose + call foo('T', +#else + call foo('N', +#endif + $ 'N') + end