haveStaticForeach

Does this compiler support static foreach?

enum haveStaticForeach = is(typeof(mixin (q{(){ static foreach (x; []) {}}})));

Meta