On Thursday, 11 October 2012 at 11:44:36 UTC, Jacob Carlborg
wrote:
> On 2012-10-11 13:00, Iain Buclaw wrote:
>
>
> Right, any others hiding somewhere else?
__ctfe
Although I should file that as a bug I guess:
//----
void main()
{
bool __ctfe = true;
}
//----
Internal error: ..\ztc\cgcs.c 522
//----