Add unit tests for lttng_ust_elf
[lttng-ust.git] / tests / ust-elf / data / main.c
diff --git a/tests/ust-elf/data/main.c b/tests/ust-elf/data/main.c
new file mode 100644 (file)
index 0000000..d756a50
--- /dev/null
@@ -0,0 +1,6 @@
+int main()
+{
+       char buf[100];
+
+       return 0;
+}
This page took 0.023516 seconds and 4 git commands to generate.