blob: b7d78c476c66c5ff3344c977452963a3efaa77ab [file] [log] [blame]
// { dg-additional-options -fmodules-ts }
#include <string_view>
import hello;
int main (void)
{
greeter ("world");
return 0;
}