comparison test/interface1.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 27b9f749d9fe
children
comparison
equal deleted inserted replaced
132:1700239cab2e 133:44a95ac7368a
1 module interface1; 1 module interface1;
2
3 extern(C) int printf(char*,...);
2 4
3 interface Inter 5 interface Inter
4 { 6 {
5 void func(); 7 void func();
6 } 8 }