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