1; RUN: llc -mtriple i686-windows %s -o - | FileCheck %s
2; RUN: llc -mtriple x86_64-windows %s -o - | FileCheck %s
3
4@data = dllexport constant [5 x i8] c"data\00", align 1
5
6; CHECK: .section	.rdata,"rd"
7
8