#include <iostream.h>

extern "C" void test();

int main(void) {
   
    test();
    
    return 0;
}
