aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/weak/weak-8.c
blob: 6e9c267bd213133bd353670f877f489df1641d58 (plain)
1
2
3
4
5
6
7
/* { dg-do assemble } */

__attribute__ ((weak)) int i;

int f() {
  return i;
}