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