blob: 0bfd498a70c9d526874cea7cef3200664d656a99 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
int i = 0;
for(; (i < 1); ) {
__asm__("");
}
}