Compiler projects using llvm
RUN: llvm-cxxfilt -n -t f i | FileCheck %s
RUN: echo "f i" | llvm-cxxfilt -t | FileCheck %s --check-prefix="CHECK-STRING"

CHECK: float
CHECK-NEXT: int
CHECK-STRING: float int