blob: 6600011fcf84660edcba8d968c78ee6aaa0aa923 [file] [log] [blame]
int a;
typedef __attribute__((aligned(2))) int x;
int f ()
{
x b = a;
return b;
}