xref: /illumos-gate/usr/src/tools/smatch/src/validation/binary-constant.c (revision e4a991eb9ba3d449515f2fe5f9f2a9e1c33ca0fd)
1 extern int x;
2 
3 int x = 0b11;
4 
5 /*
6  * check-name: binary constant
7  */
8