1 ; RUN: llvm-as < %s | llvm-dis | grep "global i32 0" 2 ; PR1215 3 4 @G = global i32 sdiv (i32 0, i32 -1) 5 6