Home | History | Annotate | Line # | Download | only in lint1
msg_142.c revision 1.2
      1 /*	$NetBSD: msg_142.c,v 1.2 2021/01/08 21:25:03 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;
      7