blob: 35b6ea58939d4f3b1e9b3e72ef6ed9a49a00b72f [file] [log] [blame]
// PR c++/105512
// { dg-additional-options -fmodules-ts }
// { dg-module-do run }
// { dg-skip-if "requires hosted libstdc++ for iostream" { ! hostedlib } }
#include <iostream>
import Hello2;
int main() {
std::cout << tester();
}