blob: 8ac6578e468fb9fbba773fc9bed784e87dffd1e6 [file] [log] [blame]
struct vs_in
{
};
struct vs_out
{
};
vs_out main (vs_in i)
{
vs_out o;
return o;
}