https://issues.dlang.org/show_bug.cgi?id=22470
--- Comment #4 from Nico Sonack <[email protected]> --- Just built the current head of the stable branch : nico@hades:/tmp $ nico@hades:/tmp $ dmd --version DMD64 D Compiler v2.098.0-40-g54fa6ee34 Copyright (C) 1999-2021 by The D Language Foundation, All Rights Reserved written by Walter Bright nico@hades:/tmp $ nico@hades:/tmp $ dmd -of=bar bar.d nico@hades:/tmp $ ./bar 3.14159 nico@hades:/tmp $ As it seems, that solves the issue. --
