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