Release coccinelle-0.2.3rc4
[bpt/coccinelle.git] / tests / signed.c
1 int main() {
2 signed x;
3 unsigned a;
4 return x;
5 }