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