Merge commit '58147d67806e1f54c447d7eabac35b1a5086c3a6'
[bpt/guile.git] / test-suite / standalone / test-import-order-b.scm
1 (define-module (test-import-order-b)
2 #:use-module (base))
3
4 (push!)