#include double macro_inputarg (double x = 0) { cout << "Hello world! " << x << endl; return x; }