https://issues.dlang.org/show_bug.cgi?id=22926
--- Comment #3 from [email protected] --- requiring a keyword to cast D types would affect the ability to use types defined in __builtins.di there could be existing C code out there that does this: char cs[(__int32)1]; // with version (CRuntime_Microsoft) this works with dmd v2.099.0 but fails with the syntax error on current dmd nightly --
