More experimentation with the dependency logging features of cpp and xsltproc.
[mgear/mgear.git] / experiments / dep-logging / foo.c
1 int sum(int a, int b) {
2         return a + b;
3 }
4
5 #include "bar.h"
6 #include "another.h"