Home | History | Annotate | Line # | Download | only in lint1
msg_073.c revision 1.4
      1 /*	$NetBSD: msg_073.c,v 1.4 2022/06/15 20:18:31 rillig Exp $	*/
      2 # 3 "msg_073.c"
      3 
      4 // Test for message: empty character constant [73]
      5 
      6 /* expect+1: error: empty character constant [73] */
      7 char empty = '';
      8 char letter = 'x';
      9