blob: 1f3d451d22ac3e57bbddd303daf6400bf315a368 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_array_wrapper {
uint arr[2];
};
struct S {
uint field0;
float field1;
tint_array_wrapper field2;
};
void main_1() {
uint const x_1 = 1u;
uint const x_2 = x_1;
if (true) {
}
return;
}
fragment void tint_symbol() {
main_1();
return;
}