rt_gccstream/gcc/testsuite/g++.dg/pch/static-1.C

11 lines
131 B
C

#include "static-1.H"
int LocalStaticTest()
{
static A sa;
}
int main(int argc, char **argv)
{
A::StaticTest();
}