mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-29 19:13:14 +01:00
4389 ICE(constfold.c) or wrong code: string~=dchar in CTFE Was failing on D1 because dchar, wchar implicitly convert to char, even if they don't fit. So we need to check for array~char BEFORE we check for implicit conversion.
260 KiB
260 KiB