solidity/test/libsolidity/syntaxTests/types/bytes33.sol

6 lines
113 B
Solidity

contract C {
bytes33 b33 = 1;
}
// ----
// DeclarationError 7920: (15-22): Identifier not found or not unique.