1 2 3 4 5 6 7 8
/* { dg-do assemble } */ /* { dg-require-weak "" } */ __attribute__ ((weak)) int i; int f() { return i; }