blob: b8b71b7c5382335c2d1b736661bc4a6490eef0b6 [file] [log] [blame]
SKIP: FAILED
#include <metal_stdlib>
using namespace metal;
struct S {
int m;
};
void f() {
S v = {};
}