Files
swift-mirror/test/protocols.swift
2011-08-31 19:43:06 +00:00

9 lines
76 B
Swift

// RUN: %swift %s -verify
import swift
var x : protocol { }
var y : int