mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-03-15 08:31:49 +01:00
Created separate tests directory for D1.
This commit is contained in:
10
tests/d1/testincludes/std/compat.d
Normal file
10
tests/d1/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