Files
subhook/tests/foo.cpp

6 lines
70 B
C++
Raw Permalink Normal View History

#include <stdio.h>
extern "C" void foo() {
puts("foo() called");
}