X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fust-elf%2Fdata%2Fpic%2Flibhello.c;fp=tests%2Fust-elf%2Fdata%2Fpic%2Flibhello.c;h=d3f02e88c4da936295d559e1c0c70c9471b08189;hb=968f523d9ce251a0355e4bf7ff558f399024d744;hp=0000000000000000000000000000000000000000;hpb=f5eb039d03be9b844c5cfde268008c60d79258d8;p=lttng-ust.git diff --git a/tests/ust-elf/data/pic/libhello.c b/tests/ust-elf/data/pic/libhello.c new file mode 100644 index 00000000..d3f02e88 --- /dev/null +++ b/tests/ust-elf/data/pic/libhello.c @@ -0,0 +1,6 @@ +#include + +void hello() +{ + puts("hello, world"); +}