Index: tests/array.cfa
===================================================================
--- tests/array.cfa	(revision 5170d95b579eeab6f968b0b581442496aa0425de)
+++ tests/array.cfa	(revision 2ede686f44694164212534ea9c174652d77a0c35)
@@ -1,3 +1,18 @@
-//Testing array declarations
+//                               -*- Mode: C -*- 
+// 
+// Cforall Version 1.0.0 Copyright (C) 2016 University of Waterloo
+//
+// The contents of this file are covered under the licence agreement in the
+// file "LICENCE" distributed with Cforall.
+// 
+// array.cfa -- test array declarations
+// 
+// Author           : Peter A. Buhr
+// Created On       : Tue Feb 19 21:18:06 2019
+// Last Modified By : Peter A. Buhr
+// Last Modified On : Tue Feb 19 21:18:46 2019
+// Update Count     : 1
+// 
+
 int a1[];
 //int a2[*];
@@ -34,7 +49,8 @@
 }
 
-//Dummy main
-int main(int argc, char const *argv[])
-{
-	return 0;
-}
+int main() {}
+
+// Local Variables: //
+// tab-width: 4 //
+// compile-command: "cfa array.cfa" //
+// End: //
