26 lines · c
1// RUN: %clang_cc1 -triple aarch64-linux-gnu -emit-pch -o %t %s2// RUN: %clang_cc1 -triple aarch64-linux-gnu -include-pch %t \3// RUN: -fsyntax-only -verify %s4// RUN: %clang_cc1 -triple amdgcn-amd-amdhsa -aux-triple aarch64-linux-gnu \5// RUN: -x hip-cpp-output -emit-pch -o %t %s6 7// expected-no-diagnostics8 9__SVInt8_t *s8;10__SVInt16_t *s16;11__SVInt32_t *s32;12__SVInt64_t *s64;13 14__SVUint8_t *u8;15__SVUint16_t *u16;16__SVUint32_t *u32;17__SVUint64_t *u64;18 19__SVFloat16_t *f16;20__SVFloat32_t *f32;21__SVFloat64_t *f64;22 23__SVBfloat16_t *bf16;24 25__SVBool_t *b8;26