If a function parameter is declared with the
indeterminate attribute,
it shall be so declared in the first declaration of its function
. If a function parameter is declared with
the
indeterminate attribute in the first declaration of its function
in one translation unit and
the same function is declared without the
indeterminate attribute
on the same parameter in its first declaration in another translation unit,
the program is ill-formed, no diagnostic required
.