1 # RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
2 # RUN: llvm-mc -triple i386-unknown-unknown %s -filetype=null
5 .file 1 "worl\144" # "\144" is "d"
6 .file 2 "directory" "file"
9 # CHECK: .file 1 "world"
10 # CHECK: .file 2 "directory" "file"