aboutsummaryrefslogtreecommitdiff
path: root/test/if-char.c
blob: c22d76752ba89e0b501e74142fb2e4bb0c3c8ed0 (plain)
1
2
3
4
5
int main(void) {
	if ((unsigned char)0x100)
		return 1;
	return 0;
}