]> andersk Git - splint.git/blob - test/exports.c
Update test files to automake 1.10.1
[splint.git] / test / exports.c
1 # include "exports.h"
2
3 int glob;
4
5 int f(int a, int b)
6 {
7   return (a + b);
8 }
This page took 1.973548 seconds and 5 git commands to generate.