fail36

Undocumented in source.
immutable
auto fail36 = q{ --- fail36 // Should not return from noreturn noreturn run() { return foo; } i32 foo(){ return 42; } --- <error> fail36:3:3: Error: Cannot implicitly convert expression of type `i32` to `noreturn` };

Meta