contract C { function f() pure public returns (uint a) { } } // ----