summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend/2003-06-01-NullPointerType.ll
blob: c970786a71e8535995193312a12208089f5b7c90 (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as < %s | llc -march=c


%X = type { int, float }

void %test() {
  getelementptr %X* null, long 0, uint 1
  ret void
}