Test library load/unload events
[lttng-tools.git] / tests / regression / ust / ust-dl / libbar.c
diff --git a/tests/regression/ust/ust-dl/libbar.c b/tests/regression/ust/ust-dl/libbar.c
new file mode 100644 (file)
index 0000000..4ebd6b1
--- /dev/null
@@ -0,0 +1,6 @@
+#include "libbar.h"
+
+int bar(void)
+{
+       return 1;
+}
This page took 0.023704 seconds and 4 git commands to generate.