solidity/test/libsolidity/syntaxTests/immutable/uninitialized.sol
2023-07-14 15:29:32 +02:00

4 lines
37 B
Solidity

contract C {
uint immutable x;
}