dmd -c main.d: segmentation fault both v2.064-devel-66a38bb and v2.063.2 ---- A!(A!(int)) detections; struct A(T) if(is(T==int)) {} struct A(T) if(is(T==A!(int))) {} ----
*** This issue has been marked as a duplicate of issue 10074 ***