exe1

Undocumented in source.
immutable
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