github.com/gernest/nezuko@v0.1.2/internal/xcoff/testdata/printbye.c (about) 1 #include <stdio.h> 2 3 void printbye(){ 4 printf("Goodbye\n"); 5 }