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