2015-05-02 16:01:25 -07:00
|
|
|
namespace f1
|
2015-10-13 15:39:03 -07:00
|
|
|
definition flip := (20:num)
|
2015-05-02 16:01:25 -07:00
|
|
|
end f1
|
|
|
|
|
|
|
|
namespace f2
|
2015-10-13 15:39:03 -07:00
|
|
|
definition flip := (10:num)
|
2015-05-02 16:01:25 -07:00
|
|
|
end f2
|
|
|
|
|
|
|
|
namespace f3
|
|
|
|
export [declarations] f1
|
2015-10-13 15:39:03 -07:00
|
|
|
export - [declarations] f2
|
2015-05-02 16:01:25 -07:00
|
|
|
end f3
|
|
|
|
|
|
|
|
export [declarations] f1
|
2015-10-13 15:39:03 -07:00
|
|
|
export - [declarations] f2
|