Fixed a crash for the attached test case due to we missed to emit the deduction guide. The reason is, the deduction guide is attached to the export-decl in the imported module. So we won't emit it by traversing the AST of the current TU.