mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This test was disabled by mistake after renaming `wasi` to `wasip1` component of WASI triples.
11 lines
376 B
Swift
11 lines
376 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=wasip1
|
|
// REQUIRES: swift_feature_Embedded
|
|
|
|
print("Hello, Embedded Swift!")
|
|
|
|
// CHECK: Hello, Embedded Swift!
|