blob: 1b62ee0812f022f71ea449ede582c1d1e2d3076a [file] [log] [blame]
# Show that llvm-cxxfilt can handle empty lines in the input.
RUN: echo "" > %t
RUN: echo "_Z3foov" >> %t
RUN: echo "" >> %t
RUN: llvm-cxxfilt < %t | FileCheck %s
CHECK: {{^$}}
CHECK-NEXT: foo()
CHECK-EMPTY: