e89f5fb266f542d4bdc2a6797676bf4cd534183b
[lttng-ust.git] / tests / unit / ust-elf / data / pic / hello.c
1 #include <stdio.h>
2
3 int main()
4 {
5 puts("hello, world");
6
7 return 0;
8 }
This page took 0.028572 seconds and 3 git commands to generate.