llvm-6502/test/CodeGen/CBackend/2003-06-01-NullPointerType.ll
2006-12-02 04:23:10 +00:00

10 lines
147 B
LLVM

; RUN: llvm-upgrade < %s | llvm-as | llc -march=c
%X = type { int, float }
void %test() {
getelementptr %X* null, long 0, uint 1
ret void
}