aboutsummaryrefslogtreecommitdiff
path: root/test/cast-bool-char.c
blob: 3ce2325075af1806f0eec3b53572e26312aaa56b (plain)
1
2
3
int main(void) {
	return (bool)(unsigned char)256;
}