DEBSOURCES
Skip Quicknav
sources / coccinelle / 1.3.0.deb-1 / tests / enum_star.c
123456789
int main() { enum { NONE, WEP, OTHER } encrypt_type; return -12; } int main2() { enum { NONE, WEP, OTHER, } encrypt_type; return -12; }