blob: 08694326192c14b91e61c965c56ed4143b6f6442 [file] [log] [blame]
// RUN: %target-swift-frontend -emit-sil %s
// SR-12239: use-after-free in `SILFunction::print`.
func outer<C>(_ x: C) {
func inner<C>(_ x: C) {}
}