Create a new channel as a copy of main.
Rename main to:
Delete main? This cannot be undone.
# 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: