blob: 1c42ddc95de4b84b75e1bfac5e00aeffafad0d05 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void f() {
uint const a = 1u;
uint const b = 2u;
uint const r = (a * b);
}