bolt/deps/llvm-18.1.8/clang/test/Index/index-builtin-riscv.c
2025-02-14 19:21:04 +01:00

5 lines
202 B
C

__attribute__((overloadable))
void testRiscv(__rvv_int8mf8_t);
// CHECK: USR: c:@F@testRiscv#@BT@__rvv_int8mf8_t#
// RUN: c-index-test -index-file %s --target=riscv64 -target-feature +v | FileCheck %s