test/functor/B2-struct.ss
#lang planet chongkai/sml

structure B2 =
  struct open B1
    val a = J
  end