mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-09-16 02:17:07 +02:00
testing the new mini test runner features.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
module mini.norun_debug7;
|
||||
|
||||
int gi;
|
||||
|
||||
void main()
|
||||
{
|
||||
int* fail;
|
||||
*fail = 0;
|
||||
}
|
||||
Reference in New Issue
Block a user