https://issues.dlang.org/show_bug.cgi?id=16408

--- Comment #9 from Walter Bright <[email protected]> ---
What's going wrong is the compiler is moving expressions with side effects
(SDL_GetKeyName('W'), SDL_GetKeyName('A')) to before the function call, which
gets the side effects out of order. I seem to recall a PR to do this, I'll have
to find it.

--

Reply via email to