hanchenye-llvm-project/llvm/test/MC/AsmParser/directive_file.s

9 lines
159 B
ArmAsm

# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s
.file "hello"
.file 1 "world"
# CHECK: .file "hello"
# CHECK: .file 1 "world"