mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-16 21:03:14 +01:00
Added testcase for fix in rev [825]
This commit is contained in:
8
tests/mini/arrayinit1.d
Normal file
8
tests/mini/arrayinit1.d
Normal file
@@ -0,0 +1,8 @@
|
||||
void main()
|
||||
{
|
||||
float m[4][4];
|
||||
|
||||
float* fp = &m[0][0];
|
||||
for (int i=0; i<16; i++)
|
||||
assert(*fp !<>= 0);
|
||||
}
|
||||
Reference in New Issue
Block a user