mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
7 lines
123 B
Swift
7 lines
123 B
Swift
// RUN: not %target-swift-frontend -emit-silgen %s
|
|
|
|
// Just make sure we don't crash.
|
|
|
|
func foo(x: inout Int = 0) {}
|
|
foo()
|