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