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