summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/foo.cpp
blob: f959a295467f72018452e7b2b12fe0df553f1e96 (plain)
1
2
3
4
5
6
7
#include "foo.h"

Foo::Foo() : x(42) {
    bool some_code = x == 42;  // !BR_foo
} 

Foo FooObj;
OpenPOWER on IntegriCloud