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