Home | History | Annotate | Line # | Download | only in lint1
platform_uchar.c revision 1.1
      1  1.1  rillig /*	$NetBSD: platform_uchar.c,v 1.1 2021/09/26 03:17:59 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.1  rillig /* lint1-only-if: uchar */
     10  1.1  rillig 
     11  1.1  rillig // TODO: Add some code that passes.
     12  1.1  rillig // TODO: Add some code that fails.
     13  1.1  rillig /* expect+1: warning: empty translation unit [272] */
     14