10 lines
93 B
Plaintext
10 lines
93 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
void f() {
|
||
|
int i = 0;
|
||
|
for(; ; ) {
|
||
|
}
|
||
|
}
|
||
|
|