aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend/2003-06-01-NullPointerType.ll
blob: 31219230f3aef2882a6b1e8d031467057d4f49c5 (plain)
1
2
3
4
5
6
7

%X = type { int, float }

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