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


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