blob: 383334c37c23bf3ff1743f1101ab0ba897c3c41a [file] [log] [blame]
typedef int new_int __attribute__ ((aligned(16)));
struct S { int x; };
int main()
{
if (sizeof(struct S) != sizeof(int))
abort ();
return 0;
}