Coccinelle release 0.2.5-rc8
[bpt/coccinelle.git] / tests / signed.res
1 int main() {
2 signed y;
3 unsigned b;
4 return x;
5 }