blob: 0a6675d13b4628f769b52461f1a93448f4ea2ff3 [file] [log] [blame]
Ben Clayton1aa98e62021-10-21 23:04:44 +00001#include <metal_stdlib>
2
3using namespace metal;
4struct S {
James Pricee548db92021-10-28 15:00:39 +00005 int i;
Ben Clayton1aa98e62021-10-21 23:04:44 +00006};
7
8kernel void tint_symbol() {
9 return;
10}
11