aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/char-constant-unsigned.c
blob: d5642b16c70eb7cc819774182cb1b6128fd636d8 (plain)
1
2
3
4
5
6
7
8
9
int test(void) { return '\377' == 255; }

/*
 * check-name: char-constant-unsigned
 * check-command: test-linearize -Wno-decl -funsigned-char $file
 *
 * check-output-ignore
 * check-output-returns: 1
 */