about summary refs log tree commit diff stats
path: root/tests/test03.c
blob: 550af460d48b44fd5cd7589d11dfa38cc757b97f (plain) (blame)
1
2
3
4
5
6
7
#include <stdio.h>

int main(int argc, char **argv)
{
    printf("Hello x86_64 World!\n");
    return 0;
}