Reland [OffloadBundler] Compress bundles over 4GB (#122307)
[llvm-project.git] / flang / test / Preprocessing / kw-in-char.F90
blobe8f3a33b8a749808e2d81f39044fcfce22bfa0a3
1 ! RUN: %flang -E %s 2>&1 | FileCheck %s
2 ! CHECK: subroutine test_b_wrapper_c() bind(C, name="test_b_c_f")
3 #define TEMP_LETTER b
4 #define VAL c
5 subroutine test_&
6 TEMP_LETTER&
7 _wrapper_&
8 VAL&
9  () bind(C, name="test_&
10     &TEMP_LETTER&
11     &_&
12     &VAL&
13     &_f")
14 end