VARS {
    int8_0: int8;
}

REMAP {
    if int8_0 > 123 {
        inbound.req.X-foo = "bar";
    }
}
