VARS {
    int16_0: int16;
}

REMAP {
    if int16_0 > 12345 {
        inbound.req.X-foo = "bar";
    }
}
