blob: 90a20f69e6dbeef33fb58f25a5021a7a396bba19 [file] [log] [blame]
static int Static()
{
return 1;
}
int CallStaticB()
{
return Static();
}