2 __declspec(dllimport
) int test_entry();
4 // This is plain Windows code, not ACE. Therefore we disable
5 // the check for ACE_OS
6 // FUZZ: disable check_for_lack_ACE_OS
7 // FUZZ: disable check_for_improper_main_declaration
9 int main (int, char *[])
13 puts ("Ok, go... hit return to stop.");