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

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