Home | History | Annotate | Line # | Download | only in lint1
msg_142.c revision 1.4
      1 /*	$NetBSD: msg_142.c,v 1.4 2021/04/05 01:35:34 rillig Exp $	*/
      2 # 3 "msg_142.c"
      3 
      4 // Test for message: floating point overflow detected, op %s [142]
      5 
      6 double dbl = 1e100 * 1e100 * 1e100 * 1e100 * 1e100;	/* expect: 142 *//* expect: 142 */
      7