summaryrefslogtreecommitdiffstats
path: root/tests/cpu-program/cpu-hello-world-test.slang
blob: a44761e8f1d7151829066e8235a0bd43bd1e4003 (plain)
1
2
3
4
5
6
7
//TEST:EXECUTABLE:

export __extern_cpp int main()
{
    printf("Hello World.\n");
    return 0;
}