Sign in
rust
/
rust-lang
/
llvm-project
/
c13b7485b87909fcf739f62cfa382b55407433c0
/
.
/
clang
/
test
/
Index
/
index-builtin-riscv.c
blob: 46690a7e7cf0ca32ddff99ad822c016e1b005eb2 [
file
] [
log
] [
blame
]
__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