vox ~master (2022-05-02T18:23:10Z)
Dub
Repo
exe1
tests
exe
Undocumented in source.
immutable
@
TestInfo
()
auto
exe1
=
q{
---
exe1
i32
glob
;
// Test exe creation. no static data, no imports
i32
main
(
void
*
hInstance
,
void
*
hPrevInstance
,
u8
*
lpCmdLine
,
i32
nShowCmd
) {
return
glob
; }
}
;
Meta
Source
See Source File
tests
exe
functions
exeTests
variables
exe1
exe2