blob: a472ed1c0b8bf75853d5a6eeb225224d47cbec7f [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct strct {
float field0;
};
void main_1() {
strct myvar = {};
return;
}
fragment void tint_symbol() {
main_1();
return;
}