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