blob: c70baf0bf836c3e42c7f300bb8ebb18f8556d22c [file] [log] [blame]
// RUN: %swift -target x86_64-apple-macosx10.10 -emit-ir -parse-stdlib -primary-file %s -module-name main -o - | %FileCheck %s -check-prefix CHECK-MACHO
// RUN: %swift -target x86_64-unknown-linux-gnu -emit-ir -parse-stdlib -primary-file %s -module-name main -o - | %FileCheck %s -check-prefix CHECK-ELF
// RUN: %swift -target x86_64-unknown-windows-itanium -emit-ir -parse-stdlib -primary-file %s -module-name main -o - | %FileCheck %s -check-prefix CHECK-COFF
// CHECK-MACHO: @"$S4main1sVMn" = constant {{.*}}, section "__TEXT,__const"
// CHECK-ELF: @"$S4main1sVMn" = {{.*}}constant {{.*}}, section ".rodata"
// CHECK-COFF: @"$S4main1sVMn" = {{.*}}constant {{.*}}, section ".rdata"
public struct s {
}