summaryrefslogtreecommitdiff
path: root/Tests/SubDir/Examples/example2/example2.cxx
blob: 60ef3c940e8c3e10ad8ee3f7f71e2641eb552dbf (plain)
1
2
3
4
5
6
7
#include <stdio.h>

int main()
{
  printf("example2\n");
  return 0;
}