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

/* RUN: %clang_cc1 -fsyntax-only -verify %s
 * expected-no-diagnostics */
# define XRECORD(x, c_name) e##c (x, __LINE__)



int ec(int, int);


 void x() {

XRECORD (XRECORD (1, 1), 1);
    }