]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/pr60915.c
replace ISL with isl
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / pr60915.c
1 /* PR c/60915 */
2 /* { dg-do compile } */
3
4 void /* { dg-error "attributes should be specified before the declarator in a function definition" } */
5 foo (void) __attribute__((__visibility__("default")))
6 {
7 }