#include #include "sub.h" int main(int argc, char** argv) { printf("main %d\n", sub(1)); return 0; }