summaryrefslogtreecommitdiff
path: root/tests/usr.bin/xlint/lint1/msg_157.c
blob: 3b9a3452c706c1bc2d1c0dc2f73cdb165a67c41f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*	$NetBSD: msg_157.c,v 1.5 2023/03/28 14:44:35 rillig Exp $	*/
# 3 "msg_157.c"

/* Test for message: ANSI C treats constant as unsigned [157] */

/* lint1-flags: -w -X 351 */

/*
 * A rather strange definition for an ARGB color.
 * Luckily, 'double' has more than 32 significant binary digits.
 */
/* expect+1: warning: ANSI C treats constant as unsigned [157] */
double white = 0xFFFFFFFF;