1 2 3 4 5 6 7
fn test() { fn nested() {} } fn main() { nested(); // { dg-error "Cannot find path .nested. in this scope" } }