blob: 1c1e13a5fe4cb2a428cff045c9658dcbb5c3c418 [file]
struct S {
void m() {
void m2() { resurn m3(); }
}
};
float4 main() : SV_TARGET0
{
}