Release coccinelle-0.1.11rc1
[bpt/coccinelle.git] / tests / macro_int16.c
CommitLineData
708f4980
C
1#define INT16 int
2//typedef int INT16;
3
4void main(void)
5{
6 INT16 a, b, c;
7 c = a + b;
8}
9