1module not_real { 2 header "not_real.h" 3 export * 4} 5module import_some_frame { 6 header "import_some_frame.h" 7 export * 8} 9