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