parent
ad54a4e16c
commit
562b3a3143
|
@ -0,0 +1,2 @@
|
||||||
|
identifiers
|
||||||
|
stdio M
|
|
@ -0,0 +1,11 @@
|
||||||
|
import std.stdio;
|
||||||
|
|
||||||
|
unittest
|
||||||
|
{
|
||||||
|
std.
|
||||||
|
}
|
||||||
|
|
||||||
|
unittest
|
||||||
|
{
|
||||||
|
std.stdio.
|
||||||
|
}
|
|
@ -0,0 +1,5 @@
|
||||||
|
set -e
|
||||||
|
set -u
|
||||||
|
|
||||||
|
dcd-client file.d -c48 > actual1.txt
|
||||||
|
diff actual1.txt expected1.txt
|
|
@ -0,0 +1,7 @@
|
||||||
|
alias da_SDL_GL_GetDrawableSize = void function( SDL_Window*, int*, int* );
|
||||||
|
da_SDL_GL_GetDrawableSize SDL_GL_GetDrawableSize;
|
||||||
|
|
||||||
|
unittest
|
||||||
|
{
|
||||||
|
SDL_GL_GetDrawableSize(
|
||||||
|
}
|
Loading…
Reference in New Issue