Home | History | Annotate | Download | only in Assembler
      1 ; RUN: llvm-as %s -o /dev/null
      2 
      3 @foo = global i32 0
      4 @bar = constant i32* getelementptr(i32* @foo)
      5 
      6