We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb5be2 commit c08f927Copy full SHA for c08f927
clang/test/SemaHLSL/Language/FlatCast-errors.hlsl
@@ -5,4 +5,4 @@ export void cantCast() {
5
int B[4] = {1,2,3,4};
6
B = (int[4])A;
7
// expected-error@-1 {{C-style cast from 'int *' to 'int[4]' is not allowed}}
8
-}
+}
0 commit comments