summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/4661.v
blob: 03d2350a69cee1c0c98e500b54b6f19c6bc28675 (plain)
1
2
3
4
5
6
7
8
9
10
Module Type Test.
  Parameter t : Type.
End Test.

Module Type Func (T:Test).
  Parameter x : Type.
End Func.

Module Shortest_path (T : Test).
Print Func.