NPTL/arc: notify kernel of the TP value
[uClibc.git] / test / silly / hello.c
blobd330597abcd61763a6494581dc66086bbd007a2c
1 #include <stdio.h>
2 #include <stdlib.h>
4 int main(void)
6 printf("hello world\n");
7 exit(42);