Test library load/unload events
[lttng-tools.git] / tests / regression / ust / ust-dl / libfoo.c
1 #include "libfoo.h"
2 #include "libbar.h"
3
4 int foo(void)
5 {
6 bar();
7 return 1;
8 }
This page took 0.031781 seconds and 5 git commands to generate.