Sign in
gnu
/
gcc
/
refs/tags/basepoints/gcc-13
/
.
/
gcc
/
testsuite
/
gdc.test
/
fail_compilation
/
imports
/
a18243.d
blob: 73df7511cebcb888b0e9d72909be3ecbe7ea7c0e [
file
] [
log
] [
blame
]
module
a18243
;
import
std
.
math
:
isNaN
;
public
bool
isNaN
()
{
return
false
;
}