AMDGPU: Allow f16/bf16 for DS_READ_TR16_B64 gfx950 builtins (#118297)
[llvm-project.git] / llvm / test / tools / llvm-cxxfilt / types.test
blobd99b6b156e89fe82cb0ffccdd5446c4b9861fdcc
1 RUN: llvm-cxxfilt -n -t f i | FileCheck %s
2 RUN: echo "f i" | llvm-cxxfilt -t | FileCheck %s --check-prefix="CHECK-STRING"
4 CHECK: float
5 CHECK-NEXT: int
6 CHECK-STRING: float int