blob: 684e9188b71688aeea8f4c517fd188dbc679b199 [file] [log] [blame]
! RUN: %flang_fc1 -fdebug-unparse %s 2>&1 | FileCheck %s
! CHECK: CALL foo("N","N")
#ifdef transpose
call foo('T',
#else
call foo('N',
#endif
$ 'N')
end