blob: cdcd5ba6cf64ce40afdb2dc568db4da28486fbc5 [file] [log] [blame]
int __attribute__ ((cmse_nonsecure_call)) (*bar) (float, double);
int
foo (int a)
{
return bar (3.0f, 2.0) + a + 1;
}