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