#include "max.h"

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