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