50515253545556
} @Test public void longPadding() throws Throwable { Type longType = runtime.findType(NativeType.SLONG); final int SIZE = longType.alignment() + (longType.size() * 3); assertEquals("incorrect size", SIZE, Struct.size(new LongPadding())); }