9 lines
134 B
Plaintext
9 lines
134 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
constant bool o [[function_constant(1234)]];
|
||
|
kernel void tint_symbol() {
|
||
|
return;
|
||
|
}
|
||
|
|