dmd/compiler
drpriver ca2f90d1fc
ImportC: can't access members in static array (#21185)
Fixes https://github.com/dlang/dmd/issues/20472

Arrays in C implicitly convert to a pointer to their first member,
so do the implicit conversion when using them in an arrow member lookup.
2025-04-09 17:58:14 +08:00
..
docs
ini
src ImportC: can't access members in static array (#21185) 2025-04-09 17:58:14 +08:00
test ImportC: can't access members in static array (#21185) 2025-04-09 17:58:14 +08:00
tools Update copyright years to 2025 (#20958) 2025-03-06 18:17:32 +08:00