solidity/test/libsolidity/syntaxTests/nameAndTypeResolution/228_valid_library.sol

2 lines
37 B
Solidity

library Lib { uint constant x = 9; }