Sign in
llvm
/
llvm-project
/
8f7cfd4e9eaf319d21b56e4b51a72ac286c97fa8
/
.
/
lldb
/
test
/
API
/
functionalities
/
breakpoint
/
global_constructor
/
foo.h
blob: 3bc63fed7555b8d5288c8e0fb9153886d998badb [
file
] [
log
] [
blame
]
#ifndef
FOO_H
#define
FOO_H
struct
LLDB_TEST_API
Foo
{
Foo
();
int
x
;
};
extern
LLDB_TEST_API
Foo
FooObj
;
#endif