summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-cxxfilt/types.test
blob: d99b6b156e89fe82cb0ffccdd5446c4b9861fdcc (plain)
1
2
3
4
5
6
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
OpenPOWER on IntegriCloud