#include <iostream> void func(void) {  std::cout<<"func(void) 호출"<<std::endl; }  v......