blob: 72179d2dc979cb80b13946d6f5464c435e8e90ea [file] [log] [blame]
#include <stdio.h>
extern void test(void);
void zoo(){}
int main()
{
test();
printf("OK\n");
return 0;
}