github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/externalHeader/main/main.c (about)

     1  #include "head.h"
     2  
     3  // Checking case with header on another folder then main function
     4  int main(){
     5  	print();
     6  	return 0;
     7  }