1 2 3 4 5 6 7 8
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s .file "hello" .file 1 "world" # CHECK: .file "hello" # CHECK: .file 1 "world"