blob: c49f6653589c78e770c78bb3ac29a0f7dd6c27eb [file] [log] [blame]
/* Test TI ABI unsupported constructs */
/* { dg-do assemble } */
/* { dg-options "-O1 -mabi=ti" } */
extern void extfunc(void (*fp)(void));
void test(void)
{
extfunc(test); /* { dg-error "function pointers not supported with '-mabi=ti' option" } */
}