xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_265.c (revision b2baa50111d645353fa30b4deab0f79d93650c8c)
1 /*	$NetBSD: msg_265.c,v 1.6 2023/03/28 14:44:35 rillig Exp $	*/
2 # 3 "msg_265.c"
3 
4 /* Test for message: %s does not support 'long long' [265] */
5 
6 /* lint1-flags: -w -X 351 */
7 
8 /* expect+1: warning: C90 does not support 'long long' [265] */
9 long long unsupported_variable;
10 
11 /*LONGLONG*/
12 long long suppressed_variable,
13     second_suppressed_variable;
14 
15 /* expect+1: warning: C90 does not support 'long long' [265] */
16 long long another_unsupported_variable;
17