mod smoke_tests {
#![allow(unused_imports)]
use zsh::HashTable;
use zsh::LinkList;
use zsh::Module;
use zsh::Param;
use zsh::addbuiltins;
use zsh::addhookfunc;
use zsh::builtin;
use zsh::builtintab;
use zsh::hashtable;
use zsh::linkroot;
use zsh::param;
use zsh::shfunc;
}
#[test]
fn main_interface() {
assert!(true);
}