mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 13:10:12 +03:00
3 lines
61 B
D
3 lines
61 B
D
module imports.b18243;
|
|
|
|
bool isNaN(T)(T x) { return false; }
|