mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-30 11:33:14 +01:00
Fix bug in nested13 minitest.
Void functions may no longer return non-void expressions.
This commit is contained in:
@@ -28,5 +28,5 @@ void main()
|
||||
printf("var = %d\n", var);
|
||||
exec(&bar);
|
||||
|
||||
return 0;
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user