blob: 5e4032c5ede9658f1453ae43807040ce7502bb03 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
constant int a = 1;
fragment void f() {
int const b = 1;
return;
}