]> andersk Git - splint.git/blame - test/exports.c
test/Makefile.os2: merged in changes from 3.0.1.6 to 3.0.1.7
[splint.git] / test / exports.c
CommitLineData
885824d3 1# include "exports.h"
2
3int glob;
4
5int f(int a, int b)
6{
7 return (a + b);
8}
This page took 0.141925 seconds and 5 git commands to generate.