blob: b5b32591ac7088c1a81491dc4fa617efec479c48 [file] [log] [blame]
static int foo (void) { return 0; } /* { dg-error "weak declaration of 'foo' being applied to a already existing, static definition" } */
int foo (void) __attribute__((weak));