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