Sign in
llvm
/
llvm-project
/
b5e06b5ede8e29a3db34ce740b249bb22dbf76a1
/
.
/
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}}