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