blob: 7c9b9e4c3443134118aa4b11e069e445c1e1cbc8 [file] [log] [blame]
// RUN: %target-swift-frontend -enable-sil-ownership -emit-silgen -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
}