[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git] / clang / test / AST / spurious-regparm.c
blob4ae23f0172413a85b853294d0d95e6de4a7d2f3b
1 // RUN: %clang_cc1 -triple armv8.1m.main-eabi -mcmse -fsyntax-only %s -ast-dump | FileCheck %s
2 // REQUIRES: arm-registered-target
3 typedef int (*fn_t)(int) __attribute__((cmse_nonsecure_call));
4 // CHECK-NOT: regparm 0