foo.h 119 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 #ifndef FOO_H #define FOO_H struct LLDB_TEST_API Foo { Foo(); int x; }; extern LLDB_TEST_API Foo FooObj; #endif