comparison test/intrinsics.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 c53b6e3fe49a
children
comparison
equal deleted inserted replaced
132:1700239cab2e 133:44a95ac7368a
1 import llvm.intrinsic; 1 import llvm.intrinsic;
2 2
3 extern(C) int printf(char*,...);
3 extern(C) int scanf(char*,...); 4 extern(C) int scanf(char*,...);
4 5
5 void main() 6 void main()
6 { 7 {
7 { 8 {