xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_265.c (revision 82d56013d7b633d116a93943de88e08335357a7c)
1 /*	$NetBSD: msg_265.c,v 1.3 2021/01/31 11:12:07 rillig Exp $	*/
2 # 3 "msg_265.c"
3 
4 /* Test for message: %s C does not support 'long long' [265] */
5 
6 /* lint1-flags: -w */
7 
8 long long unsupported_variable;			/* expect: 265 */
9 
10 /*LONGLONG*/
11 long long suppressed_variable;
12 
13 long long another_unsupported_variable;		/* expect: 265 */
14