1module LibA {
2  header "a.h"
3  module Extensions {
4    header "a_extensions.h"
5  }
6}
7
8module Crash {
9  header "crash.h"
10}
11