blob: 06dde9d7d046492f73de4eb45b4c9084688ec9dd [file] [log] [blame]
James Priced68d3a92022-04-07 13:42:45 +00001#include <metal_stdlib>
James Priceb02fe312022-04-07 13:42:45 +00002
James Priced68d3a92022-04-07 13:42:45 +00003using namespace metal;
4void tint_symbol() {
5 int i = 0;
6 i = as_type<int>((as_type<uint>(i) + as_type<uint>(1)));
James Priceb02fe312022-04-07 13:42:45 +00007}
8