xref: /aosp_15_r20/external/llvm/test/Linker/Inputs/comdat4.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1target datalayout = "e-m:w-p:32:32-i64:64-f80:32-n8:16:32-S32"
2target triple = "i686-pc-windows-msvc"
3
4$foo = comdat samesize
5@foo = global i64 42, comdat($foo)
6