xref: /netbsd-src/tests/usr.bin/xlint/lint1/msg_006.c (revision 7d62b00eb9ad855ffcd7da46b41e23feb5476fac)
1 /*	$NetBSD: msg_006.c,v 1.5 2022/06/15 20:18:31 rillig Exp $	*/
2 # 3 "msg_006.c"
3 
4 // Test for message: use 'double' instead of 'long float' [6]
5 
6 /* expect+2: warning: use 'double' instead of 'long float' [6] */
7 /* expect+1: error: illegal type combination [4] */
8 long float x;
9 double x;
10