blob: dab8d1093b9ba57e6b2d2430637ab36316ebd4e9 [file] [log] [blame]
// { dg-additional-options {-fmodules-ts -Wno-pedantic} }
struct Type {};
import Foo;
bool foo (Type const &t)
{
return equal (t, t);
}