11 lines · plain
1RUN: split-file %s %t2RUN: llvm-symbolizer --filter-markup < %t/input > %t.output3RUN: FileCheck %s --input-file=%t.output --match-full-lines --implicit-check-not {{.}}4 5CHECK: foo6CHECK: Mangled::Name()7 8;--- input9{{{symbol:foo}}}10{{{symbol:_ZN7Mangled4NameEv}}}11