1 // RUN
: llvm-mc
-g
-triple i386-unknown-unknown
%s | FileCheck
%s
3 // This testcase has two directive files
,
4 // when compiled with
-g
, this testcase will
not report error
,
5 // but keep the debug info existing in the assembly file.
10 // CHECK
: .file "hello"
11 // CHECK
: .file 1 "world"