bolt/deps/llvm-18.1.8/clang/test/AST/HLSL/Inputs/pch.hlsl
2025-02-14 19:21:04 +01:00

4 lines
52 B
HLSL

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