int complex() { auto x = 4; return x * x; } static int simple() { return SIMPLE; }