blob: c1de91923236db28cde648ca7f17cfa35b5c7127 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
import One;
int foo (); // { dg-error "conflicts with import" }
int bax (); // { dg-error "ambiguating new declaration" }
int quux (int);