Recommit "rL366894: [yaml2obj] - Allow custom fields for the SHT_UNDEF sections."
[llvm-complete.git] / test / tools / llvm-cxxfilt / empty-line.test
blob1b62ee0812f022f71ea449ede582c1d1e2d3076a
1 # Show that llvm-cxxfilt can handle empty lines in the input.
2 RUN: echo "" > %t
3 RUN: echo "_Z3foov" >> %t
4 RUN: echo "" >> %t
5 RUN: llvm-cxxfilt < %t | FileCheck %s
7 CHECK:       {{^$}}
8 CHECK-NEXT:  foo()
9 CHECK-EMPTY: