• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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
5