# HG changeset patch # User thomask # Date 1173371245 0 # Node ID bc14897a814247a8d3ea04522f85685c71c5c543 # Parent 9b84c2acf9e386f01e5b7ef9fd734b9cfc608c4a [Issue 1011] illegal import declaration causes compile time segfault Thomas K?hne 2007-02-28 http://d.puremagic.com/issues/show_bug.cgi?id=1011 diff -r 9b84c2acf9e3 -r bc14897a8142 nocompile/i/import_19_A.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nocompile/i/import_19_A.d Thu Mar 08 16:27:25 2007 +0000 @@ -0,0 +1,12 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @author@ Thomas Kühne +// @date@ 2007-02-28 +// @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1011 +// @desc@ [Issue 1011] illegal import declaration causes compile time segfault + +module /*dstress.*/nocompile.i.import_19_A; + +import illegal 9 diff -r 9b84c2acf9e3 -r bc14897a8142 nocompile/i/import_19_B.d --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/nocompile/i/import_19_B.d Thu Mar 08 16:27:25 2007 +0000 @@ -0,0 +1,12 @@ +// $HeadURL$ +// $Date$ +// $Author$ + +// @author@ Thomas Kühne +// @date@ 2007-02-28 +// @uri@ http://d.puremagic.com/issues/show_bug.cgi?id=1011 +// @desc@ [Issue 1011] illegal import declaration causes compile time segfault + +module /*dstress.*/nocompile.i.import_19_B; + +import /*dstress.*/nocompile.i.import_19_A;