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

1
2
3
4
5
6
7
/*	$NetBSD: msg_025.c,v 1.4 2022/06/19 11:50:42 rillig Exp $	*/
# 3 "msg_025.c"

// Test for message: cannot initialize typedef '%s' [25]

/* expect+1: error: cannot initialize typedef 'number' [25] */
typedef int number = 3;