mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-28 01:23:14 +01:00
[svn r5] Initial commit. Most things are very rough.
This commit is contained in:
11
test/comma.d
Normal file
11
test/comma.d
Normal file
@@ -0,0 +1,11 @@
|
||||
module comma;
|
||||
|
||||
void main()
|
||||
{
|
||||
int i=0,j=0;
|
||||
for (; i<10; i++,j++)
|
||||
{
|
||||
}
|
||||
assert(i == 10);
|
||||
assert(j == 10);
|
||||
}
|
||||
Reference in New Issue
Block a user