Index: src/tests/time.c
===================================================================
--- src/tests/time.c	(revision 643c6b943be1c4a0bc15604b1d1af2e9eb93875d)
+++ src/tests/time.c	(revision d35abc215ea543009273cb0d6e8f5051427f805c)
@@ -10,6 +10,6 @@
 // Created On       : Tue Mar 27 17:24:56 2018
 // Last Modified By : Peter A. Buhr
-// Last Modified On : Sun Apr  1 21:49:51 2018
-// Update Count     : 12
+// Last Modified On : Fri Apr  6 11:27:23 2018
+// Update Count     : 16
 // 
 
@@ -29,4 +29,5 @@
 	sout | d1 | endl;
 	sout | d1 == 7`s | d1 == d2 | d1 == 0 | endl;
+	sout | div( 7`s, 2`s ) | endl;
 	sout | endl;
 
@@ -67,3 +68,4 @@
 // mode: c //
 // tab-width: 4 //
+// compile-command: "cfa time.c" //
 // End: //
