Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
root
/
usr
/
src
/
tools
/
smatch
/
src
/
validation
/enum-init-constness.c
extern
int
invalid
;
enum
e
{
E
= 1 ? 1 :
invalid
}
;
/*
* check-name: enum-init-constness
*/