brintos

brintos / llvm-project-archived public Read only

0
0
Text · 158 B · 0816a7a Raw
6 lines · plain
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