brintos

brintos / llvm-project-archived public Read only

0
0
Text · 193 B · d194a52 Raw
9 lines · plain
1// RUN: %clang -E -xassembler-with-cpp %s -o - 2>&1 | FileCheck %s2 3// CHECK-NOT: warning: \u used with no following hex digits4// CHECK: .word \u5 6    .macro foo, u7        .word \u8    .endm9