Without this option, the -run-llc mode does not work with shared objects at
[oota-llvm.git] / test / CBackend / 2003-06-01-NullPointerType.ll
1
2 %X = type { int, float }
3
4 void %test() {
5   getelementptr %X* null, long 0, ubyte 1
6   ret void
7 }