Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

/*	$NetBSD: msg_001_c90.c,v 1.3 2023/03/28 14:44:34 rillig Exp $	*/
# 3 "msg_001_c90.c"

/*
 * Test for message: old-style declaration; add 'int' [1]
 *
 * In strict C90 mode, an old-style declaration is an error, not merely a
 * warning.
 */

/* lint1-flags: -s -X 351 */

/* expect+1: error: old-style declaration; add 'int' [1] */
implicit_global_variable;