3 Trivial(int input
) : m_int(input
) {}
10 Trivial m_trivial
= Trivial(100); // Set the before constructor breakpoint here
18 Trivial m_other_trivial
= Trivial(200); // Set the after constructor breakpoint here
22 Foo
myFoo(10); // Set a breakpoint here to get started