blob: 7e1479542edce2cf1bb3e3153d90a27521fd42c5 [file] [log] [blame]
int __attribute__ ((cmse_nonsecure_call)) (*bar) (double);
int
foo (int a)
{
return bar (2.0) + a + 1;
}