blob: 3054a1615c85e5f7741b1de065c5327ecd543fc0 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
fragment void f() {
int v = 0;
return;
}