// RUN: %target-swift-frontend -emit-sil %s // SR-12239: use-after-free in `SILFunction::print`. func outer(_ x: C) { func inner(_ x: C) {} }