Home | History | Annotate | Line # | Download | only in lint1
      1 /*	$NetBSD: msg_251.c,v 1.5 2023/03/28 14:44:35 rillig Exp $	*/
      2 # 3 "msg_251.c"
      3 
      4 // Test for message: malformed integer constant [251]
      5 
      6 /* lint1-extra-flags: -X 351 */
      7 
      8 /* expect+1: warning: malformed integer constant [251] */
      9 int lll = 123LLL;
     10 
     11 /* expect+1: warning: malformed integer constant [251] */
     12 unsigned int uu = 123UU;
     13