TestUtilityLoader.c 279 B

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