aboutsummaryrefslogtreecommitdiff
path: root/test cases/common/2 cpp/trivial.cc
blob: d3df476899babe26b519ce09694390079dadd295 (plain)
1
2
3
4
5
6
#include<iostream>

int main(void) {
  std::cout << "C++ seems to be working." << std::endl;
  return 0;
}