#include int main() { int test(void); test(); system("pause"); return 0; }