Files
swift-mirror/test/embedded/fragile-reference.swift
2025-07-01 11:43:43 +01:00

21 lines
499 B
Swift

// RUN: %target-swift-frontend -target %target-triple -module-name main -parse-as-library -emit-ir %s -enable-experimental-feature Embedded | %FileCheck %s
// REQUIRES: swift_in_compiler
// REQUIRES: CODEGENERATOR=ARM
// REQUIRES: embedded_stdlib_cross_compiling
// REQUIRES: swift_feature_Embedded
@main
public struct Application {
public static func main() {
var x: UInt64 = 0
x <<= 8
}
}
enum MyEnum: UInt8 {
case a = 0
}
// CHECK: define {{.*}}@{{_*}}main{{.*}}(