https://issues.dlang.org/show_bug.cgi?id=21806
Boris Carvajal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #5 from Boris Carvajal <[email protected]> --- Note that using raw functions: char bar(ubyte[] array); int bar(ubyte[16] array); is also a regression: Up to 2.067.1: Success with output: ----- ubyte[] char ----- Since 2.068.2: Success with output: ----- ubyte[] int ----- --
