Index: tests/linking/mangling/main.cfa
===================================================================
--- tests/linking/mangling/main.cfa	(revision e1d66c84e0c0d91acc25559fd73ab14706eee525)
+++ tests/linking/mangling/main.cfa	(revision 6bc70a38cc12045fb3ea673b5e097d6fd38465fa)
@@ -1,5 +1,5 @@
 #include <fstream.hfa>
 
-struct { int a; } test; //purposefully before the include
+static struct { int a; } test; // purposefully before the include to force anonymous name numbering
 
 #include "header.hfa"
@@ -13,5 +13,3 @@
 
 	sout | "Done!";
-
-	return 0;
 }
