OSDN Git Service

Add rules to build musl-libc executables
[android-x86/external-musl-libc.git] / test / main.c
1 void hello();
2
3 main()
4 {
5         hello();
6         return 0;
7 }