Coccinelle release-1.0.0-rc11
[bpt/coccinelle.git] / tests / macro_int16.res
CommitLineData
708f4980
C
1#define INT16 int
2//typedef int INT16;
3
4void main(void)
5{
6 INT16 a, b, c;
978fd7e5 7 c = a - b;
708f4980
C
8}
9