1 2 3 4 5 6 7 8
import_nomodule f = create_Foo(); test1(f,42); delete_Foo(f); b = Bar(); test1(b,37);