msg_006.c revision 1.6
11.6Srillig/* $NetBSD: msg_006.c,v 1.6 2023/03/28 14:44:34 rillig Exp $ */ 21.1Srillig# 3 "msg_006.c" 31.1Srillig 41.1Srillig// Test for message: use 'double' instead of 'long float' [6] 51.1Srillig 61.6Srillig/* lint1-extra-flags: -X 351 */ 71.6Srillig 81.5Srillig/* expect+2: warning: use 'double' instead of 'long float' [6] */ 91.5Srillig/* expect+1: error: illegal type combination [4] */ 101.5Srilliglong float x; 111.2Srilligdouble x; 12