Avatar
norio_nomura 3/4/2025 11:58 AM
@swift-main testing @swift-main import Testing @Test func helloWorld() { let greeting = "Hello, world!" #expect(greeting == "Hello, world!") } await Testing.__swiftPMEntryPoint() as Never