#include <metal_stdlib>

using namespace metal;
void f() {
  float a = 1.0f;
  float b = 1.0f;
  float c = 1.0f;
}