blob: 2ada6a8798e9a1244d6a3c0934a9786a4c8e7e0b [file] [log] [blame]
#include "pr45621.h"
void
S::v1 ()
{
v2 ();
}
void
S::m ()
{
v1 ();
}