Cleanup: separate tests between 'unit' and 'compile'
[lttng-ust.git] / tests / unit / ust-elf / data / pic / libhello.c
1 #include <stdio.h>
2
3 void hello()
4 {
5 puts("hello, world");
6 }
This page took 0.030059 seconds and 5 git commands to generate.