aboutsummaryrefslogtreecommitdiff
path: root/compiler/tests/verifier/expr_string_index.good
blob: 16d24c5c470b5f0105f76ca0a07749892d47df54 (plain)
1
2
3
4
5
6
7

byte shouldbe101 = "hello"#[1];

() test() {
    byte x = "hello"#[1];
}