blob: cc148a21578fa3807b946872d965868d52807f28 [file] [log] [blame]
void testSve(__SVInt8_t sve);
// CHECK: USR: c:@F@testSve#@BT@__SVInt8_t#
void testBf16(__bf16);
// CHECK: USR: c:@F@testBf16#@BT@__bf16#
// RUN: c-index-test -index-file %s --target=aarch64 -target-feature +bf16 -target-feature +sve -std=c++11 | FileCheck %s