Various minor fixes for compiler/linter (other then splint itself) warnings.
[splint-patched.git] / test / exports.c
blobbf8ea65e8dc3099fd5a8feaaa2ecd61b49dd8458
1 # include "exports.h"
3 int glob;
5 int f(int a, int b)
7 return (a + b);