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_093.c,v 1.5 2022/06/21 21:18:30 rillig Exp $	*/
# 3 "msg_093.c"

// Test for message: dubious static function '%s' at block level [93]

void
example(void)
{
	/* expect+1: warning: dubious static function 'nested' at block level [93] */
	static void nested(void);

	nested();
}