blob: 88a54dff9648abe9d076ce5e6ba993e189e573bf [file] [log] [blame]
void f();
void g(int);
void h()
{
f(/*foo*/);
g(42/*foo*/);
g(/*foo*/42);
}