blob: 9127b4339f13e0854d803e7533877c06d3bc990b [file] [log] [blame]
int native_global = 42;
extern "C" int native_dep() { return native_global; }