1.text
2.global atexit
3.type atexit,@function
4atexit:
5 nop
6
7.global foo
8.type foo,@function
9foo:
10 nop
11