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