comparison test/interface7.d @ 133:44a95ac7368a trunk

[svn r137] Many fixes towards tango.io.Console working, but not quite there yet... In particular, assertions has been fixed to include file/line info, and much more!
author lindquist
date Mon, 14 Jan 2008 05:11:54 +0100
parents 5880c12dba83
children
comparison
equal deleted inserted replaced
132:1700239cab2e 133:44a95ac7368a
1 module interface7; 1 module interface7;
2
3 extern(C) int printf(char*,...);
2 4
3 interface I 5 interface I
4 { 6 {
5 } 7 }
6 8