blob: 4f53730df1f61f0e2e288fac713441c47c23736f [file] [log] [blame]
/*
currently fails with extra safety checks
PERMUTE_FIXME_ARGS: -dip1000
*/
struct Cache
{
ubyte[1] v;
ubyte[] set(ubyte[1] v)
{
return this.v[] = v[];
}
}