blob: 12bc7409f8a24e4f3202fa60a6c4003837d3886b [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
void f() {
int const a = 1;
uint const b = 2u;
}