blob: cd6d4111cc5d27a24f400e20518c2df7aeedec4d [file] [log] [blame]
#include "static-1.H"
int LocalStaticTest()
{
static A sa;
return 0;
}
int main(int argc, char **argv)
{
A::StaticTest();
return 0;
}