2 * Origin: https://bugs.debian.org/626552
4 * Specification keywords should be treated as regular Id when specification
5 * keyword not expected.
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 ..." @*/ ;