Searched defs:BadValue (Results 1 – 1 of 1) sorted by relevance
293 static struct BadValue in testByKey1() struct295 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