Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
more than one storage class specified
A declaration contains more than one storage class.
The following sample generates C2159:
// C2159.cpp
// compile with: /c
static int i; // OK
extern static int i; // C2159