foo.cpp 97 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 #include "foo.h" Foo::Foo() : x(42) { bool some_code = x == 42; // !BR_foo } Foo FooObj;