blob: fd9b90b6314fbbb48aa4630187bdf3c7b5cb5c06 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
int i;
};
void f() {
for(int i = 0; false; i = as_type<int>((as_type<uint>(i) + as_type<uint>(1)))) {
}
}