master
1#include <iostream>
2
3extern "C" void doit() {
4    std::cout << "st: hello" << std::endl;
5}