#include using namespace metal; struct tint_array_wrapper { int arr[1]; }; void f() { int i = 0; while (true) { if (!(false)) { break; } { } { tint_array_wrapper const tint_symbol = {.arr={1}}; i = as_type((as_type(i) + as_type(tint_symbol.arr[0]))); } } }