blob: 7250fa4bed5e56f241b9ee3fccd9d56d7e82f11a [file] [log] [blame]
static int Static()
{
return 1;
}
int CallStaticA()
{
return Static();
}