solidity/test/libsolidity/syntaxTests/types/bytes0.sol
2018-04-30 13:02:02 +01:00

6 lines
106 B
Solidity

contract C {
bytes0 b0 = 1;
}
// ----
// DeclarationError: (15-21): Identifier not found or not unique.