This compiles and shouldn't. ``` fn foo() { auto bar; fn baz(int x) { } bind baz(bar); } ```