xref: /llvm-project/llvm/test/MC/X86/x86-itanium.ll (revision 862e60c75c5c41410d828f05f0f14bc53fcd7dff)
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