#include using namespace Upp; CONSOLE_APP_MAIN { LOG("Hello!"); Buffer x(200); Exit(0); LOG("Control should never reach here..."); NEVER(); }