Update MSL tests.

This commit is contained in:
Hans-Kristian Arntzen 2017-11-22 11:29:54 +01:00
parent 473787ec0b
commit 3440263d60

View File

@ -5,7 +5,9 @@ using namespace metal;
fragment void main0()
{
for (int _22 = 35; _22 >= 0; _22--)
int _16;
int _23;
for (int _22 = 35; _22 >= 0; _23 = _22 - 1, _22 = _23)
{
}
}