xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_266.c (revision b2baa50111d645353fa30b4deab0f79d93650c8c)
1 /*	$NetBSD: msg_266.c,v 1.4 2023/03/28 14:44:35 rillig Exp $	*/
2 # 3 "msg_266.c"
3 
4 /* Test for message: 'long double' is illegal in traditional C [266] */
5 
6 /* lint1-flags: -tw -X 351 */
7 
8 /* expect+1: warning: 'long double' is illegal in traditional C [266] */
9 long double ldbl = 0.0;
10