Commit 4050de49 by Jason Merrill

s/k/i/

From-SVN: r39487
parent ddabe666
inline int f ()
{
static int k;
return ++k;
static int i;
return ++i;
}
int g ()
......
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