blob: ef3f336c9eee7c0a637c949341b6dd43a4029c71 [file] [log] [blame]
Chris Lattner70cc3392001-09-10 07:58:01 +00001
2global %MyVar = int *
3global %MyIntList = { \2 *, int } *
4global int * ; int*:0
5
6implementation
7
8int "foo"(int %blah)
9begin
10 store int 5, int *%MyVar
11 store int 12, { \2 *, int } * %MyIntList, ubyte 1
12 ret int %blah
13end
14