diff nocompile/alias_05.d @ 567:4c83f19a8301

removed dead code
author thomask
date Sat, 04 Jun 2005 18:37:55 +0000
parents 1f6cf5ccfbc9
children 9a121126b077
line wrap: on
line diff
--- a/nocompile/alias_05.d	Sat Jun 04 18:36:29 2005 +0000
+++ b/nocompile/alias_05.d	Sat Jun 04 18:37:55 2005 +0000
@@ -10,8 +10,3 @@
 
 void foo(int x) { }
 void foo(myint m) { } // error, multiply defined function foo
-
-int main(char[][] args){
-	myint a;
-	return a;
-}