#include #include "test1.h" int main() { printf("Hola desde main\n"); test1(); }