llvm/clang/test/AST/HLSL/Inputs/pch_with_buf.hlsl


float2 foo(float2 a, float2 b) {
  return a + b;
}

RWBuffer<float> Buf;