Text file src/internal/xcoff/testdata/printbye.c 1 #include <stdio.h> 2 3 void printbye(){ 4 printf("Goodbye\n"); 5 } 6 View as plain text