aboutsummaryrefslogtreecommitdiff
path: root/tests/hello_libcxx_mod1.cpp
blob: 2389b1efc0258f4a8ff83da3d6d8c11efbc3ad41 (plain)
1
2
3
4
5
6
7
8
9
#include <iostream>

int main()
{
  std::cout << "hello, world!" << std::endl;
  std::cout << "hello, world!" << std::endl;
  return 0;
}