language: C++11 (gcc-4.7.2)
date: 377 days 8 hours ago
link:
visibility: public
1
2
3
4
5
6
7
#define short short int
#define Int16 short int
 
int main(void)
{
    Int16 y;
}
prog.cpp: In function 'int main()':
prog.cpp:6:11: error: two or more data types in declaration of 'y'