pragma solidity ^0.7.1; library Lib { function f() internal returns (uint) { return 7; } }