#include int main(void) { system("echo test of system"); return EXIT_SUCCESS; }