Revert "Added free-threading CPython mode support in MLIR Python bindings (#107103)"
[llvm-project.git] / flang / test / Parser / continuation-in-if.f
blob684e9188b71688aeea8f4c517fd188dbc679b199
1 ! RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
2 ! CHECK: CALL foo("N","N")
3 #ifdef transpose
4 call foo('T',
5 #else
6 call foo('N',
7 #endif
8 $ 'N')
9 end