Release coccinelle-0.1.9-rc1
[bpt/coccinelle.git] / tests / test_unsigned_meta.c
1 int main () {
2 unsigned int x;
3 signed int y;
4 unsigned char q;
5 char m;
6 return 0;
7 }
8