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