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