blob: a15bf9945599dc93727339fbe7ee698246eee703 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
/* 0x0000 */ uint field0;
/* 0x0004 */ uint field1[1];
};
void main_1() {
return;
}
fragment void tint_symbol() {
main_1();
return;
}