blob: d7529beeb724dde62ee84443891152a3f8ace7c2 [file] [log] [blame]
// RUN: not --crash %target-swift-frontend -typecheck %s
// REQUIRES: asserts
func foo(x: Int) {}
func foo(line: String = #line) {}
foo()