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