brintos

brintos / llvm-project-archived public Read only

0
0
Text · 203 B · d7b09ec Raw
5 lines · c
1// RUN: %clang_cc1 -triple armv8.1m.main-eabi -mcmse %s -ast-dump | FileCheck %s2// REQUIRES: arm-registered-target3typedef int (*fn_t)(int) __attribute__((cmse_nonsecure_call));4// CHECK-NOT: regparm 05