summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr49899.c
blob: b5b32591ac7088c1a81491dc4fa617efec479c48 (plain)
1
2
3
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));