xref: /netbsd-src/tests/usr.bin/xlint/lint1/platform_ilp32.c (revision 122b5006ee1bd67145794b4cde92f4fe4781a5ec)
1 /*	$NetBSD: platform_ilp32.c,v 1.2 2021/09/26 14:28:22 rillig Exp $	*/
2 # 3 "platform_ilp32.c"
3 
4 /*
5  * Test features that only apply to platforms that have 32-bit int, long and
6  * pointer types.
7  */
8 
9 /* lint1-extra-flags: -c -h -a -p -b -r -z */
10 /* lint1-only-if: ilp32 */
11 
12 // TODO: Add some code that passes.
13 // TODO: Add some code that fails.
14 
15 /* expect+1: warning: empty translation unit [272] */
16