aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/binary-constant.c
blob: a589403a924025fed1724c24181e20c4229eb9ee (plain)
1
2
3
4
5
6
7
extern int x;

int x = 0b11;

/*
 * check-name: inline compound literals
 */