Cleanup: separate tests between 'unit' and 'compile'
[lttng-ust.git] / tests / unit / ust-elf / data / main.c
diff --git a/tests/unit/ust-elf/data/main.c b/tests/unit/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.026356 seconds and 4 git commands to generate.