blob: 740e6089ede829a11f576a686438b81418679199 [file] [log] [blame]
// RUN: %target-swift-emit-silgen -enable-sil-ownership -I %S/../IDE/Inputs/custom-modules %s 2>&1 | %FileCheck --check-prefix=SIL %s
// REQUIRES: objc_interop
import ImportAsMember.C
// SIL-LABEL: sil {{.*}}readSemiModularPowerSupply{{.*}}
public func readSemiModularPowerSupply() -> CCPowerSupply {
// TODO: actual body
// FIXME: this asserts
return CCPowerSupply.semiModular
}