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