contract test { function f() public pure returns (bytes) { return bytes("abc"); } }