Sign in
fuchsia
/
third_party
/
swift-clang
/
a40ea3abe6e2f0b338d00c38fe7d724241c5af97
/
.
/
test
/
Sema
/
builtins-arm-strex-rettype.c
blob: 4ee96ce3277ebfc5016e1bb78764c42461e53478 [
file
] [
log
] [
blame
]
// RUN: %clang_cc1 -triple thumbv7m-apple-darwin-eabi -ast-dump %s | FileCheck %s
// CHECK: CallExpr {{.*}} 'int'
void
foo
(
int
a
,
int
*
b
)
{
do
{
}
while
(
__builtin_arm_strex
(
a
,
b
));
}