1module libunwind [system] { 2 header "libunwind.h" 3 export * 4} 5 6module unwind [system] { 7 header "__libunwind_config.h" 8 header "unwind.h" 9 export * 10} 11