Dactyloidae/media/webrtc/trunk/tools/gyp/test/no-cpp/src/f.cc

3 lines
57 B
C++

extern "C" { void* f(); }
void* f() { return new int; }