blob: 502238c10e3a8f060718137d67e7a5a72717a895 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
struct B {
int b;
};
B f() {
return B{};
}