http://gcc.gnu.org/ml/gcc-patches/2008-02/msg00110.html
[official-gcc.git] / gcc / testsuite / g++.dg / pch / static-1.C
blob21e7789829867ae77f5dd09f7df808db63313a8b
1 #include "static-1.H"
2 int LocalStaticTest()
4         static A sa;
7 int main(int argc, char **argv)
9         A::StaticTest();