summaryrefslogtreecommitdiffstats
path: root/libs/elfio/elf_examples/test_ppc.cpp
blob: d07f900f21ded103bf054cd54e48a5577dae5f2b (plain)
1
2
3
4
5
6
7
8
#include <iostream>

int main()
{
  std::cout << "Hello" << std::endl;
  
  return 0;
}
OpenPOWER on IntegriCloud