mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 09:33:27 +01:00
[svn r33] * Added support for assignment to function arguments
This commit is contained in:
@@ -6,6 +6,12 @@ struct S
|
||||
char[5] ch;
|
||||
}
|
||||
|
||||
class C
|
||||
{
|
||||
int[] arr;
|
||||
char[4] crs;
|
||||
}
|
||||
|
||||
void main()
|
||||
{
|
||||
S s;
|
||||
|
||||
Reference in New Issue
Block a user