Tests: add tests for lttng_ust_elf_is_pic
[lttng-ust.git] / tests / ust-elf / data / pic / libhello.c
CommitLineData
968f523d
AB
1#include <stdio.h>
2
3void hello()
4{
5 puts("hello, world");
6}
This page took 0.02247 seconds and 4 git commands to generate.