1 2 3 4 5 6 7 8
; RUN: llvm-as < %s | llc %g = global int 0 int %main() { %h = load int* %g ret int %h }