repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang
/
test
/
AST
/
builtins-arm-strex-rettype.c
blob
4ee96ce3277ebfc5016e1bb78764c42461e53478
1
// RUN: %clang_cc1 -triple thumbv7m-apple-darwin-eabi -ast-dump %s | FileCheck %s
2
3
// CHECK: CallExpr {{.*}} 'int'
4
5
void
foo
(
int
a
,
int
*
b
) {
6
do
{
7
}
while
(
__builtin_arm_strex
(
a
,
b
));
8
}