Test: add UST dl helper test
[lttng-tools.git] / tests / regression / ust / ust-dl / libfoo.h
diff --git a/tests/regression/ust/ust-dl/libfoo.h b/tests/regression/ust/ust-dl/libfoo.h
new file mode 100644 (file)
index 0000000..d6c59aa
--- /dev/null
@@ -0,0 +1,6 @@
+#ifndef _LIBFOO_H
+#define _LIBFOO_H
+
+int foo();
+
+#endif  /* _LIBFOO_H */
This page took 0.024332 seconds and 4 git commands to generate.