99451b44创建于 2020年2月12日历史提交
#ifndef FOO_H
#define FOO_H

struct LLDB_TEST_API Foo {
  Foo();
  int x;
};

extern LLDB_TEST_API Foo FooObj;

#endif