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

structure S = 
  struct
    fun f a = a
  end