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