Files
swift-mirror/test/functions.swift
2012-03-11 09:15:28 +00:00

5 lines
124 B
Swift

// RUN: %swift %s -verify
import swift
func &(x : int) {} // expected-error {{cannot declare a custom unary '&' operator}}