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