DEBSOURCES
Skip Quicknav
sources / llvm-3.0 / 3.0-10 / test / MC / AsmParser / directive_file.s
12345678
# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s .file "hello" .file 1 "world" # CHECK: .file "hello" # CHECK: .file 1 "world"