contract C { function f() pure public returns (uint a) { return 1; } }