[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / AST / builtins-arm-strex-rettype.c
blob4ee96ce3277ebfc5016e1bb78764c42461e53478
1 // RUN: %clang_cc1 -triple thumbv7m-apple-darwin-eabi -ast-dump %s | FileCheck %s
3 // CHECK: CallExpr {{.*}} 'int'
5 void foo(int a, int *b) {
6 do {
7 } while (__builtin_arm_strex(a, b));