github.com/Konstantin8105/c4go@v0.0.0-20240505174241-768bb1c65a51/tests/externalHeader/include/head.h (about)

     1  #include <stdio.h>
     2  
     3  // Checking case with header on another folder then main function
     4  void print(){
     5  	// tests that functions can be declared in the header.
     6  	printf("42\n");
     7  }