Compiler projects using llvm
module glibc [system] [no_undeclared_includes] {
  // glibc relies on the builtin stddef.h, so it has no stddef.h of its own.
  header "stdio.h"
  export *
}