blob: 45ae3b6e650c8f53c5d989fa3f08faced9dbe0f4 [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)))) {
__asm__("");
}
}