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