blob: 2dc1aad2abc0ee6ed814c703e973a5ba25205861 [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;
}