extern void test(void); int main( void ) { test(); // die Routine ist im test.s File implementiert for (;;) {} }