// @trick_parse{everything} #include class Foo { public: int i; void foo() { std::cout << i++ << '\n'; } };