• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc -mtriple i686-windows-itanium -filetype asm -o - %s | FileCheck %s
2
3@var = common global i32 0, align 4
4
5; CHECK-NOT: .type  _var,@object
6
7