static int static_conflict = 1;

void static_conflict2_init()
{
    static_conflict += 2;
}
