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

6 lines
113 B
Solidity
Raw Normal View History

2018-04-30 11:58:33 +00:00
contract C {
bytes33 b33 = 1;
}
// ----
// DeclarationError 7920: (15-22): Identifier not found or not unique.