Some consistency changes to library & headers flags.
[splint-patched.git] / test / speccollision.c
blob9da95bb1f8937fd5f5a66bc41bebd49c8717752b
1 /*
2 * Origin: https://bugs.debian.org/626552
4 * Specification keywords should be treated as regular Id when specification
5 * keyword not expected.
6 */
8 bool dependent;
10 int f(char *out, int * fallthrough)
11 /*@globals undef dependent@*/
12 /*@requires maxSet(out) >= 1;@*/
13 /*@ensures maxSet(fallthrough) >= 0;@*/
16 int g(void) /*@warn out "blah blah blah ..." @*/ ;