blob: 8a7e083a2ae0dfbeeae7e36cf4572e686c2bc6c8 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct tint_symbol {
float4 value [[position]];
};
void asin_c0c272() {
float res = asin(1.0f);
}
vertex tint_symbol vertex_main() {
asin_c0c272();
tint_symbol const tint_symbol_1 = {.value=float4()};
return tint_symbol_1;
}
fragment void fragment_main() {
asin_c0c272();
return;
}
kernel void compute_main() {
asin_c0c272();
return;
}