bolt/deps/llvm-18.1.8/clang/test/AST/HLSL/Inputs/pch.hlsl

5 lines
52 B
HLSL
Raw Normal View History

2025-02-14 19:21:04 +01:00
float2 foo(float2 a, float2 b) {
return a + b;
}