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