msg_006.c revision 1.5
11.5Srillig/* $NetBSD: msg_006.c,v 1.5 2022/06/15 20:18:31 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.5Srillig/* expect+2: warning: use 'double' instead of 'long float' [6] */ 71.5Srillig/* expect+1: error: illegal type combination [4] */ 81.5Srilliglong float x; 91.2Srilligdouble x; 10