blob: 2fb2988aa7f0428a9f54cbb141d7923e94303fa4 [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
import bob;
int main ()
{
secret s (5);
if (peeker::peek (&s) != 5)
return 1;
return 0;
}