(root)/
gcc-13.2.0/
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  }