(root)/
gawk-5.2.2/
test/
mdim7.awk
function foo(x)
{
        if (x == int(x))
                return (int(x) != 0)
}
BEGIN {
        foo(P["bar"])
}