blob: 8beddcae680ef0feb1a96f024048b23f26987865 [file] [log] [blame] [edit]
#include <metal_stdlib>
using namespace metal;
void f() {
int const a = 1;
int const v = int(a);
}