blob: 7d7755821ab8bdd9271907276eaff52cdc395cf4 [file] [log] [blame]
int3 foo()
{
return 13;
}
float4 main(float f)
{
return f;
}