David Majnemer | f76d6b3 | 2013-08-08 01:50:52 +0000 | [diff] [blame] | 1 | ; RUN: llc -mtriple i386-pc-win32 < %s | FileCheck %s |
2 | |||||
3 | %struct.foo = type { i32, i32 } | ||||
4 | |||||
5 | @"\01?thingy@@3Ufoo@@B" = constant %struct.foo zeroinitializer, align 4 | ||||
6 | ; CHECK: .section .rdata |