/* $NetBSD: msg_075.c,v 1.6 2023/03/28 14:44:34 rillig Exp $ */ # 3 "msg_075.c" // Test for message: overflow in hex escape [75] /* lint1-extra-flags: -X 351 */ /* * See also: * lex_char.c * lex_char_uchar.c * lex_string.c * lex_wide_char.c * lex_wide_string.c */ /* expect+1: warning: overflow in hex escape [75] */ char str[] = "\x12345678123456781234567812345678"; /* C11 6.4.4.4p7 */ char leading_zeroes = '\x0000000000000000000000000000020'; index : netbsd
NetBSD fork for lockdoc analysismerlin@scholz.ruhr
summaryrefslogtreecommitdiff
path: root/include/bitstring.h
AgeCommit message (Expand)Author
2016-03-17more casting fixeschristos
2016-03-17appease gcc-5 |= #$@#%christos
2015-11-20add some constchristos
2015-11-20keep value as an int.christos
2015-11-20update to size_tchristos
2010-05-06lint friendlychristos
2005-02-06remove obsolete "register" declarationsperry
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
1998-02-02merge lite-2perry
1997-05-14Make macros evaluate to non-compound statements (Jarle Greipsland; PR#3614)pk
1994-10-26new RCS ID format.cgd