Home | History | Annotate | Line # | Download | only in lint1
msg_073.c revision 1.3
      1 /*	$NetBSD: msg_073.c,v 1.3 2021/01/31 11:12:07 rillig Exp $	*/
      2 # 3 "msg_073.c"
      3 
      4 // Test for message: empty character constant [73]
      5 
      6 char empty = '';		/* expect: 73 */
      7 char letter = 'x';
      8