pragma solidity ^0.5.0; library CLibrary { uint constant x = 1; function a() public view returns (uint) { return x; } }