blob: 5ece4f353f32fea6b17d46fa779a0a09ffb3f0f1 [file] [log] [blame]
#include <stdio.h>
extern "C" void test_func();
int main() {
test_func();
return 0;
}