Sign in
llvm
/
llvm-project
/
32ff98726b563bb6b0da99a9d0a61c6b37e5af73
/
.
/
clang
/
test
/
Sema
/
unsupported-arm-streaming.cpp
blob: 8693dd6875d50f188e9a330be39ce72d7831422e [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -x c -triple x86_64-pc-linux-gnu -fsyntax-only -verify %s
void
arm_streaming
(
void
)
__arm_streaming
{}
// expected-error {{'__arm_streaming' is not supported on this target}}