xref: /netbsd-src/tests/usr.bin/xlint/lint1/platform_ilp32.c (revision 901e7e84758515fbf39dfc064cb0b45ab146d8b0)
1 /*	$NetBSD: platform_ilp32.c,v 1.4 2023/02/27 23:07:53 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  * See also:
9  *	platform_ilp32_int.c
10  *	platform_ilp32_long.c
11  */
12 
13 /* lint1-extra-flags: -c -h -a -p -b -r -z */
14 /* lint1-only-if: ilp32 */
15 
16 typedef int do_not_warn_about_empty_translation_unit;
17