d: Merge upstream dmd, druntime 4c18eed967, phobos d945686a4.
[official-gcc.git] / gcc / testsuite / gdc.test / fail_compilation / test20023.d
blob909e699d3b5a50e6f570e4c88061ec1feb1e8945
1 // REQUIRED_ARGS: -preview=dip1000 -preview=dip1008 -Ifail_compilation/extra-files
2 // https://issues.dlang.org/show_bug.cgi?id=20023
3 /*
4 TEST_OUTPUT:
5 ---
6 fail_compilation/imports/test20023b.d(8): Error: scope variable `e` may not be returned
7 fail_compilation/test20023.d(15): Error: template instance `imports.test20023b.threw!()` error instantiating
8 ---
9 */
10 import imports.test20023b;
12 @safe:
13 void main()
15 threw!()();