blob: 6e9c267bd213133bd353670f877f489df1641d58 [file] [log] [blame]
/* { dg-do assemble } */
__attribute__ ((weak)) int i;
int f() {
return i;
}