fail18

Undocumented in source.
immutable
auto fail18 = q{ --- fail18 // Test for loop. Init declaration must not escape i32 test() { for (i32 i = 0; i < 10; ++i) {} return i; } --- <error> fail18:4:10: Error: undefined identifier `i` };

Meta