Commit 965cec41 by Jason Merrill

new

From-SVN: r19416
parent 556ccd9b
// Build don't link:
class X{
unsigned int i;
public:
void f();
};
void X::f()
{
union {
int foo[sizeof (i)];
};
}
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