gcc/gcc/testsuite/gcc.dg/pr60797.c

9 lines
163 B
C

/* { dg-do compile } */
/* { dg-skip-if "" { alias } } */
extern int foo __attribute__((alias("bar"))); /* { dg-error "supported" } */
int main()
{
return 0;
}