1*a58eefa1SDave Leemodule myModule { 2*a58eefa1SDave Lee header "myModule.h" 3*a58eefa1SDave Lee export * 4*a58eefa1SDave Lee} 5*a58eefa1SDave Lee 6*a58eefa1SDave Leemodule minmax { 7*a58eefa1SDave Lee header "minmax.h" 8*a58eefa1SDave Lee export * 9*a58eefa1SDave Lee} 10