Source code

Revision control

Copy as Markdown

Other Tools

struct S {
void f(int x);
};
void S::f(int y) {
}