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

     1  #include <stdio.h>
     2  #include "header.h"
     3  
     4  void say_three() {
     5      printf("3");
     6  }