blob: 284da184f96f58f50dedd5f7ced5c2f97eb0c64c [file] [log] [blame]
/* { dg-do compile } */
/* { dg-additional-options "-mcmse -g" } */
typedef int __attribute__((cmse_nonsecure_call)) (*t)();
t f;
void g() { f(); }