blob: c9d57243ce32d23ab8e07ab919dd124970db5e79 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
struct S {
int a;
float b;
};
void f() {
}