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