dawn-cmake/test/tint/ptr_ref/store/global/struct_field.spvasm.expecte...

19 lines
208 B
Plaintext

#include <metal_stdlib>
using namespace metal;
struct S {
int i;
};
void main_1() {
thread S tint_symbol_1 = {};
tint_symbol_1.i = 5;
return;
}
kernel void tint_symbol() {
main_1();
return;
}