xref: /llvm-project/clang/test/Modules/Inputs/builtin-headers/module.modulemap (revision 396b5621f94ca6fc4d86d4fb0e33e9e51a86affd)
1*396b5621SRichard Howellmodule ModuleWithBuiltinHeader [system] {
2*396b5621SRichard Howell    header "float.h"
3*396b5621SRichard Howell}