blob: 21174ae8cfcef3b77b1d41094af7792a5550aa76 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
kernel void tint_symbol() {
int i = 0;
i = 123;
i = 123;
i = ((100 + 20) + 3);
return;
}