Test library load/unload events
[lttng-tools.git] / tests / regression / ust / ust-dl / libfoo.c
index 0c918b1f0c91087ca70e476e22d7a4896bc4fb5b..c03fb28982f054ce6283d6590d2406b9ad0c2651 100644 (file)
@@ -1,6 +1,8 @@
 #include "libfoo.h"
+#include "libbar.h"
 
-int foo()
+int foo(void)
 {
+       bar();
        return 1;
 }
This page took 0.023297 seconds and 4 git commands to generate.