example/gen_cee/world.c in rubu-0.0.3 vs example/gen_cee/world.c in rubu-0.0.4
- old
+ new
@@ -1,6 +1,10 @@
#include <stdio.h>
void print_world( void )
{
printf( "World" );
-}
\ No newline at end of file
+}
+
+void print_non_declared( void )
+{
+}