mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-02-01 04:23:14 +01:00
... and fixed that test case :P ...
This commit is contained in:
@@ -3,6 +3,6 @@ void main()
|
||||
float m[4][4];
|
||||
|
||||
float* fp = &m[0][0];
|
||||
for (int i=0; i<16; i++)
|
||||
for (int i=0; i<16; i++,fp++)
|
||||
assert(*fp !<>= 0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user