blob: 646381237acea93c14725e0e21e1d97fae6577df [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
import shadow;
// unfortunately not the exact same diagnostic in both cases :(
void stat (); // { dg-error "conflicts with import" }
struct stat {}; // { dg-error "in a different module" }