Searched refs:badT (Results 1 – 1 of 1) sorted by relevance
763 Type badT = new Type.Builder(mRS, Element.I32(mRS)).setX(x-1).create(); in testForEach() local764 Allocation badOut = Allocation.createTyped(mRS, badT); in testForEach()