1 2 3 4 5 6 7 8 9
void foo(Foo const & f) { auto bar = Bar(f); if (bar.something) { assert(bar.something_else == 1); } }