/* * donothing.cpp */ int main() { return 0; }
oyabun% g++ -o donothing donothing.cpp oyabun% ./donothing oyabun%