2 // Only in compiler support directory
3 module float_constants {
7 // Only in system headers directory
12 // In both directories (compiler support version wins, does not forward)
17 // In both directories (compiler support version wins, forwards)
23 module other_constants {
24 explicit module dbl_max {
29 module uses_other_constants {
30 header "uses_other_constants.h"