Merge commit '5b7632331e7551ac202bbaba37c572b96a791c6e'
[bpt/guile.git] / test-suite / standalone / test-import-order-a.scm
CommitLineData
ad4bd7c2
AW
1(define-module (test-import-order-a)
2 #:use-module (base))
3
4(push!)