1#include "foo.h"
2
3Foo::Foo() : x(42) {
4 bool some_code = x == 42; // !BR_foo
5}
6
7Foo FooObj;
8

source code of lldb/test/API/functionalities/breakpoint/global_constructor/foo.cpp