]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gdc.test/compilable/issue20995.d
d: Import dmd b8384668f, druntime e6caaab9, phobos 5ab9ad256 (v2.098.0-beta.1)
[thirdparty/gcc.git] / gcc / testsuite / gdc.test / compilable / issue20995.d
1 /*
2 REQUIRED_ARGS: -preview=dip1021
3
4 https://issues.dlang.org/show_bug.cgi?id=20995
5 */
6
7 void foo() @live
8 {
9 throw new Exception("");
10 }
11
12 void main () {}