| RUN: split-file %s %t | |
| RUN: llvm-symbolizer --filter-markup < %t/input > %t.output | |
| RUN: FileCheck %s --input-file=%t.output --match-full-lines --implicit-check-not {{.}} | |
| CHECK: foo | |
| CHECK: Mangled::Name() | |
| ;--- input | |
| {{{symbol:foo}}} | |
| {{{symbol:_ZN7Mangled4NameEv}}} |