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