brintos

brintos / llvm-project-archived public Read only

0
0
Text · 119 B · 3bc63fe Raw
12 lines · c
1#ifndef FOO_H2#define FOO_H3 4struct LLDB_TEST_API Foo {5  Foo();6  int x;7};8 9extern LLDB_TEST_API Foo FooObj;10 11#endif12