8 lines · cpp
1void testSve(__SVInt8_t sve);2// CHECK: USR: c:@F@testSve#@BT@__SVInt8_t#3 4void testBf16(__bf16);5// CHECK: USR: c:@F@testBf16#@BT@__bf16#6 7// RUN: c-index-test -index-file %s --target=aarch64 -target-feature +bf16 -target-feature +sve -std=c++11 | FileCheck %s8