https://issues.dlang.org/show_bug.cgi?id=16526
--- Comment #3 from Steven Schveighoffer <[email protected]> --- (In reply to Sobirari Muhomori from comment #1) > struct S > { > byte[3000] a,b; > } > void f(ref S s) > { > g(s.b); > } Actually, technically this could trigger a check of s address, since b's data is beyond the 1 page boundary. --
