#include <metal_stdlib>

using namespace metal;
fragment void f() {
  int v = 0;
  return;
}