solidity/test/libsolidity/semanticTests/getters/bytes.sol
2022-05-19 20:23:28 +02:00

11 lines
209 B
Solidity

contract C {
bytes public b;
constructor() {
b = "abc";
}
}
// ====
// compileToEwasm: also
// ----
// b() -> 0x20, 0x03, 0x6162630000000000000000000000000000000000000000000000000000000000