data $P align 1 {
    w8 1;
    w8 2;
    w8 3;
}

fn w8 $getA() {
  @entry0
    copy %0 $P;
    load w8 %1 %0 0;
    ret %1;
}

fn w8 $getB() {
  @entry0
    copy %0 $P;
    load w8 %1 %0 1;
    ret %1;
}

fn w8 $getC() {
  @entry0
    copy %0 $P;
    load w8 %1 %0 2;
    ret %1;
}
