2018-01-24 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.dg / pr60797.c
blob45090bae502c70adbdc96bfe3b239861d3e51534
1 /* { dg-do compile } */
2 /* { dg-skip-if "" { alias } } */
4 extern int foo __attribute__((alias("bar"))); /* { dg-error "supported" } */
5 int main()
7 return 0;