() test() { int#[3] a = [1, 2, 3]; int#[3] b = [3, 2, 1]; bool c = (a == b); if b == a return; }