Source code

Revision control

Copy as Markdown

Other Tools

struct Foo final {
int x;
};
void foo() {
Foo y;
}