blob: c51bc929ff2d343b202710003cfa7a01a8eb99f9 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
int i;
uint u;
float f;
bool b;
};
void f() {
S v = S{};
}