#include "max.h"

int func2(int x, int y) {
    return Max(x, y);
}
