List of reserved words

Jacob Carlborg doob at me.com
Thu Oct 11 11:59:25 PDT 2012


On 2012-10-11 14:43, monarch_dodra wrote:

> __ctfe
>
> Although I should file that as a bug I guess:
>
> //----
> void main()
> {
>      bool __ctfe = true;
> }
> //----
> Internal error: ..\ztc\cgcs.c 522
> //----

An internal error or assert in the compiler is always a bug.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list