blob: d01b84be401f9e0e75f0e33bd6f465bc89edbe5b [file] [log] [blame]
James Price70d7fe82024-06-22 04:42:44 +00001#include <metal_stdlib>
2using namespace metal;
dan sinclairf1f381a2023-11-22 09:44:15 +00003
James Price70d7fe82024-06-22 04:42:44 +00004void main_1() {
5 float a = 0.0f;
6 float b = 0.0f;
7 a = 42.0f;
8 b = (a * 0.01745329238474369049f);
9}
10
11kernel void tint_symbol() {
12 main_1();
13}