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