c781baf7
8781990f
1 2 3 4 5
6
contract C { function f() internal returns (uint) { (uint a) = f(); a; } }