summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cxxfilt/empty-line.test
blob: 80c72208aa96c645801be926074775dc15793f87 (plain)
1
2
3
4
5
6
7
8
9
# 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:
OpenPOWER on IntegriCloud