bolt/deps/llvm-18.1.8/clang/test/Preprocessor/macro_paste_spacing2.c
2025-02-14 19:21:04 +01:00

6 lines
120 B
C

// RUN: %clang_cc1 %s -E | grep "movl %eax"
// PR4132
#define R1E %eax
#define epilogue(r1) movl r1 ## E;
epilogue(R1)