// { dg-additional-options -fmodules-ts }

import std;

int main ()
{
  return !std::frob ();
}
