Files
swift-mirror/test/Serialization/Inputs/def_transparent.swift
2013-08-30 20:29:05 +00:00

4 lines
68 B
Swift

func [transparent] testTransparent(x : Bool) -> Bool {
return x
}