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