Files
swift-mirror/test/embedded/hello.swift
Max Desiatov 9c6fba67cf test/embedded: re-enable hello.swift for wasip1 (#83290)
This test was disabled by mistake after renaming `wasi` to `wasip1` component of WASI triples.
2025-07-24 11:39:58 -07:00

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!