11 lines · plain
1# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s2# RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null3 4 .file "hello"5 .file 1 "worl\144" # "\144" is "d"6 .file 2 "directory" "file"7 8# CHECK: .file "hello"9# CHECK: .file 1 "world"10# CHECK: .file 2 "directory" "file"11