Coccinelle release 1.0.0-rc4
[bpt/coccinelle.git] / tests / tern.res
CommitLineData
aba5c457
C
1int main () {
2 return wc >= 0 && wc <= 0x7f ? wc : 0x7f;
3}
4