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

11 lines
374 B
Swift

// RUN: %target-run-simple-swift(-enable-experimental-feature Embedded -runtime-compatibility-version none -wmo) | %FileCheck %s
// REQUIRES: swift_in_compiler
// REQUIRES: executable_test
// REQUIRES: OS=macosx || OS=linux-gnu || OS=none-eabi || OS=none-elf || OS=wasi
// REQUIRES: swift_feature_Embedded
print("Hello, Embedded Swift!")
// CHECK: Hello, Embedded Swift!