1.globl foo, bar
2.type foo, @object
3.size foo, 4
4foo:
5.long 1
6
7.weak bar
8.type bar, @object
9.size bar, 4
10bar:
11.long 2
12