mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-04-03 02:29:03 +02:00
[svn r389] Include std.outofmemory in testincludes.
Fixes run/OutOfMemory_01, 02.
This commit is contained in:
10
tests/testincludes/std/compat.d
Normal file
10
tests/testincludes/std/compat.d
Normal 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;
|
||||
Reference in New Issue
Block a user