mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
10 lines
419 B
Swift
10 lines
419 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
|
|
|
|
// rdar://106164128
|
|
// REQUIRES: rdar106164128
|
|
|
|
// TODO: finish this test by verifying the interface with FileCheck
|