summaryrefslogtreecommitdiff
path: root/test/hello_libcxx.cpp
blob: 25abee0e24cb56e773268924eb9a6769765e8196 (plain)
1
2
3
4
5
6
#include <iostream>

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