mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-08-05 19:55:37 +00:00
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>
13 lines
168 B
Plaintext
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;
|
|
}
|
|
|