bolt/deps/llvm-18.1.8/clang/test/Lexer/asm-preproc-no-unicode.s
2025-02-14 19:21:04 +01:00

8 lines
193 B
ArmAsm

// RUN: %clang -E -xassembler-with-cpp %s -o - 2>&1 | FileCheck %s
// CHECK-NOT: warning: \u used with no following hex digits
// CHECK: .word \u
.macro foo, u
.word \u
.endm