More experimentation with the dependency logging features of cpp and xsltproc.
[mgear/mgear.git] / experiments / dep-logging / bar.h
CommitLineData
cc1730d1
MM
1int difference(int a, int b) {
2 return a - b;
3}