[svn r389] Include std.outofmemory in testincludes.

Fixes run/OutOfMemory_01, 02.
This commit is contained in:
Christian Kamm
2008-07-15 08:20:21 +02:00
parent e846017e80
commit 5b9edddb9d
4 changed files with 23 additions and 4 deletions

View File

@@ -0,0 +1,10 @@
module std.compat;
extern (C) int printf(char *, ...);
alias char[] string;
alias wchar[] wstring;
alias dchar[] dstring;
alias Exception Error;
alias bool bit;