test/test.ss
#lang planet chongkai/sml

structure A = struct end
functor F() = A
structure B = F()