Commit 2d6d3dc2 by Zack Weinberg

Rearrange so the problem is not obscured by warnings

From-SVN: r26755
parent aa65d1a2
int f (register struct S {volatile int field;} arg);
int g (register struct S { int volatile member; });
struct S { volatile int field; };
int f (register struct S arg);
int g (register struct S);
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