blob: 80c72208aa96c645801be926074775dc15793f87 [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 -n < %t | FileCheck %s
CHECK: {{^$}}
CHECK-NEXT: foo()
CHECK-EMPTY: