blob: 5d5fcf6da94ef5a573c22d4d58b5b7c368c3e654 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct A {
int a;
};
struct B {
int b;
};
B f(A a) {
B const tint_symbol = {};
return tint_symbol;
}