Files
swift-mirror/test/ModuleInterface/moveonly_interface.swift
2023-03-02 15:14:24 -08:00

10 lines
435 B
Swift

// RUN: %empty-directory(%t)
// FIXME: should work without syntize accessors too
// RUN: %target-swift-frontend -DSYNTHESIZE_ACCESSORS -enable-library-evolution -module-name Hello -emit-module -o %t/Hello.swiftmodule -emit-module-interface-path %t/Hello.swiftinterface %S/Inputs/moveonly_simple.swift -enable-experimental-move-only
// rdar://106164128
// XFAIL: *
// TODO: finish this test by verifying the interface with FileCheck