10 lines
98 B
Plaintext
10 lines
98 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
void d() {
|
||
|
int j = 0;
|
||
|
for(; false; ) {
|
||
|
}
|
||
|
}
|
||
|
|