github.com/gidoBOSSftw5731/go/src@v0.0.0-20210226122457-d24b0edbf019/internal/xcoff/testdata/printbye.c (about)

     1  #include <stdio.h>
     2  
     3  void printbye(){
     4  	printf("Goodbye\n");
     5  }