12 lines
129 B
Plaintext
12 lines
129 B
Plaintext
|
#include <metal_stdlib>
|
||
|
|
||
|
using namespace metal;
|
||
|
struct S {
|
||
|
/* 0x0000 */ int a[1];
|
||
|
};
|
||
|
|
||
|
kernel void tint_symbol() {
|
||
|
return;
|
||
|
}
|
||
|
|