Home | History | Annotate | Line # | Download | only in lint1
platform_uchar.c revision 1.2
      1  1.2  rillig /*	$NetBSD: platform_uchar.c,v 1.2 2021/09/26 14:28:22 rillig Exp $	*/
      2  1.1  rillig # 3 "platform_uchar.c"
      3  1.1  rillig 
      4  1.1  rillig /*
      5  1.1  rillig  * Test features that only apply to platforms where plain char has the same
      6  1.1  rillig  * representation as unsigned char.
      7  1.1  rillig  */
      8  1.1  rillig 
      9  1.2  rillig /* lint1-extra-flags: -c -h -a -p -b -r -z */
     10  1.1  rillig /* lint1-only-if: uchar */
     11  1.1  rillig 
     12  1.1  rillig // TODO: Add some code that passes.
     13  1.1  rillig // TODO: Add some code that fails.
     14  1.2  rillig 
     15  1.1  rillig /* expect+1: warning: empty translation unit [272] */
     16