summaryrefslogtreecommitdiffstats
path: root/bindings/python/tests/cindex/INPUTS/hello.cpp
blob: 7ef086e56b2cb564ff77f357f03dfc010612d105 (plain)
1
2
3
4
5
6
#include "stdio.h"

int main(int argc, char* argv[]) {
    printf("hello world\n");
    return 0;
}
OpenPOWER on IntegriCloud