More experimentation with the dependency logging features of cpp and xsltproc.
[mgear/mgear.git] / experiments / dep-logging / foo.c
diff --git a/experiments/dep-logging/foo.c b/experiments/dep-logging/foo.c
new file mode 100644 (file)
index 0000000..1c8b34f
--- /dev/null
@@ -0,0 +1,6 @@
+int sum(int a, int b) {
+       return a + b;
+}
+
+#include "bar.h"
+#include "another.h"