1module glibc [system] [no_undeclared_includes] {
2  // glibc relies on the builtin stddef.h, so it has no stddef.h of its own.
3  header "stdio.h"
4  export *
5}
6