blob: 04dcab3b3dca42407bd619ef3b82ec9c85dd0907 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
if (false) {
}
if (true) {
return;
}
return;
}
fragment void tint_symbol() {
main_1();
return;
}