Training courses
Kernel and Embedded Linux
Bootlin training courses
1 2 3 4 5 6 7 8 9 10 11 12 13 14
module A [system] { // expected-note {{previous definition is here}} module sub { header "sys/A.h" } module sub2 { header "sys/A2.h" } module stdarg { header "stdarg.h" export * } } module A2 {}