#include "sourcefunc.h" void func(); int main(){ func(); return 0; }