Fix accessor struct inlining in GOOPS
[bpt/guile.git] / test-suite / standalone / test-import-order-a.scm
1 (define-module (test-import-order-a)
2 #:use-module (base))
3
4 (push!)