19 lines · plain
1# RUN: rm -rf %t && split-file %s %t && cd %t2# RUN: llvm-mc -triple x86_64 a.s | FileCheck %s3# RUN: not llvm-mc -triple x86_64 err.s 2>&1 | FileCheck %s --check-prefix=ERR4 5#--- a.s6# CHECK: .type "a b",@function7# CHECK: "a b":8.type "a b", @function9"a b":10 call "a b"11 12# CHECK: "a b\\":13"a b\\":14 15#--- err.s16 "a\":17# ERR: 1:2: error: unterminated string constant18# ERR: 1:2: error: unexpected token at start of statement19