aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/hello.c
blob: 98a93a0c09544a9bf4353f387af767dce21d25c5 (plain) (blame)
1
2
3
4
5
int printf(const char *, ...);

int main() {
    printf("hello world\n");
}