blob: a71b906dcc0581ee5b4a358e685a5e275c3dff78 [file] [log] [blame]
Chris Lattner9bbcf092004-10-16 18:24:11 +00001
2%X = global int undef
3
4implementation
5
6declare int "atoi"(sbyte *)
7
8int %test() {
9 ret int undef
10}
11
12int %test2() {
13 %X = add int undef, 1
14 ret int %X
15}