1 extern int x;
2 
3 int x = 0b11;
4 
5 /*
6  * check-name: binary constant
7  */
8