blob: 72dbe593825a333fec64e2e4e7d3ca7dc84eab22 [file] [log] [blame]
// { dg-additional-options {-std=c++2a -fmodules-ts -fno-module-lazy} }
#include "sv-1.h"
import Hello;
#if 0
int main ()
{
SayHello ("World");
}
#endif
void foo ()
{
is_same<long, int> q;
}