Home
last modified time | relevance | path

Searched defs:BadValue (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libphobos/testsuite/libphobos.aa/
H A Dtest_aa.d293 static struct BadValue in testByKey1() struct
295 int x; in testByKey1()
296 this(this) @system { *(cast(ubyte*)(null) + 100000) = 5; } // not @safe in testByKey1()
297 alias x this; in testByKey1()
300 BadValue[int] aa; in testByKey1() local