dawn-cmake/test/bug/tint/782.wgsl.expected.msl

14 lines
219 B
Plaintext
Raw Normal View History

#include <metal_stdlib>
using namespace metal;
struct tint_array_wrapper_0 {
int array[2];
};
void foo() {
tint_array_wrapper_0 tint_symbol = {0};
tint_array_wrapper_0 implict = {0};
implict = tint_symbol;
}