blob: 45090bae502c70adbdc96bfe3b239861d3e51534 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-skip-if "" { alias } } */
extern int foo __attribute__((alias("bar"))); /* { dg-error "supported" } */
int main()
{
return 0;
}