00001 #include <stdio.h> 00002 00003 void fred(void) 00004 { 00005 printf("yo\n"); 00006 } 00007 00008 fred(); 00009 00010 void main() {}