Please tell me what's wrong with the following code. Keeps saying missing prototype for test(). Thanks, Bart void test(); int main(void) { test(); } test() { }