blob: 09bfe9f619671430d37e273abb1ef8a1d67c04ba [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void main_1() {
bool x_1 = true;
bool const x_2 = x_1;
return;
}
fragment void tint_symbol() {
main_1();
return;
}