Test: add UST dl helper test
[lttng-tools.git] / tests / regression / ust / ust-dl / libfoo.c
diff --git a/tests/regression/ust/ust-dl/libfoo.c b/tests/regression/ust/ust-dl/libfoo.c
new file mode 100644 (file)
index 0000000..0c918b1
--- /dev/null
@@ -0,0 +1,6 @@
+#include "libfoo.h"
+
+int foo()
+{
+       return 1;
+}
This page took 0.024273 seconds and 4 git commands to generate.