There are no implicit gep forms of load and store anymore
[oota-llvm.git] / test / Assembler / 2002-05-02-ParseError.ll
1 ; This should parse correctly without an 'implementation', but there seems to 
2 ; be a problem...
3
4         %T = type int *
5
6 %T "test"()
7 begin
8         ret %T null
9 end
10