brintos

brintos / llvm-project-archived public Read only

0
0
Text · 120 B · 02cc12f Raw
7 lines · c
1// RUN: %clang_cc1 %s -E | grep "movl %eax"2// PR41323#define R1E %eax4#define epilogue(r1) movl r1 ## E;5epilogue(R1)6 7