Home
last modified time | relevance | path

Searched refs:fnull (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.exceptions/
H A Dassert_fail.d138 Foo fnull = null; in testToString() local
139 test!"!is"(fnull, fnull, "`null` is `null`"); in testToString()