blob: d7124e7e5d34c5e41ac4828d63a5f1eba7f37d12 [file] [log] [blame]
// RUN: not %target-swift-frontend %s -parse
// Distributed under the terms of the MIT license
// Test case submitted to project by https://github.com/practicalswift (practicalswift)
func ^(a: BooleanType, Bool) -> Bool {
return !(a)
}