summaryrefslogtreecommitdiffstats
path: root/Tests/TargetName/executables/hello_world.c
blob: 539d867e011f2fd9ab753b75aa7aa748ddbd158f (plain)
1
2
3
4
5
#include <stdio.h>
main()
{
   printf("hello, world\n");
}