atomic_inc_dec: improve how inc/dec is recorded in the DB
[smatch.git] / validation / static-forward-decl.c
blobd25d8152a1f6368138ea3b8f38a4bd4fa014687a
1 int fref(void);
2 int fref(void) { return 0; }
4 static
5 int floc(void);
6 int floc(void) { return 0; }
8 static
9 int oloc;
10 int oloc = 0;
13 * check-name: static forward declaration