# Add test to check that exported symbols across `gxi` and `gxc` are consistent
[This file (`docsyms.ss`)](https://github.com/mighty-gerbils/gerbil/blob/html-module/src/misc/scripts/docsyms.ss) has has some code that will be helpful for this.
The module containing the relevant symbols for Gambit are in `<host-runtime>` and `:gerbil/gambit`. It does appear that `(import-module)` does not work for non-file modules, or at least it complains about a `Argument 1 STRING Expected` error when using `<core>`, `<host-runtime>`, etc.
I wonder if the issue is that these are preludes/expander modules