Commit a3315b53 by Jakub Jelinek

Duh.

From-SVN: r47672
parent f79349c7
extern struct S x[];
struct S { int i; };
char *bar (const struct S *);
void foo (void)
{
bar (x);
}
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