Commit 07035c0f by Richard Henderson

New test.

From-SVN: r36600
parent 5a864cbf
typedef struct s {
unsigned short a;
unsigned long b __attribute__ ((packed));
} s;
s t;
int main()
{
t.b = 0;
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment