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

Provided by KDAB

Privacy Policy
Learn to use CMake with our Intro Training
Find out more

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