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
7