brintos

brintos / llvm-project-archived public Read only

0
0
Text · 131 B · 744f545 Raw
5 lines · plain
1module libc [no_undeclared_includes] {2  module math { header "math.h" export * }3  module stdlib { header "stdlib.h" export * }4}5