llvm-project/llvm/test/tools/llvm-cxxfilt/empty-line.test

10 lines
216 B
Plaintext

# 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: