coccinelle release 0.2.5
[bpt/coccinelle.git] / tests / tern.c
1 int main () {
2 return (wc >= 0 && wc <= 0x7f ? wc : 0x7f);
3 }
4