1////////// TestUtilityLoader.proto //////////
2test {{loader}} prototype
3
4////////// TestUtilityLoader //////////
5//@requires: OtherUtility
6test {{loader}} impl
7
8////////// OtherUtility.proto //////////
9req {{loader}} proto
10
11////////// OtherUtility //////////
12req {{loader}} impl
13