dawn-cmake/test/bug/tint/782.wgsl.expected.msl
James Price cbd3bbc6d7 Disable MSL tests that fail to validate
Change-Id: Iaf31627798a83625a075e529aa3886cf84b164b1
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/52040
Kokoro: Kokoro <noreply+kokoro@google.com>
Commit-Queue: James Price <jrprice@google.com>
Auto-Submit: James Price <jrprice@google.com>
Reviewed-by: Ben Clayton <bclayton@google.com>
2021-05-27 16:48:57 +00:00

13 lines
168 B
Plaintext

SKIP: crbug.com/tint/814
#include <metal_stdlib>
using namespace metal;
void foo() {
int tint_symbol[2] = {0};
int implict[2] = {0};
implict = tint_symbol;
}