// RUN: %clang_cc1 -fms-compatibility -fsyntax-only -verify %s
// RUN: %clang_cc1 -fms-compatibility -fsyntax-only -fms-compatibility-version=12.0 -verify %s
;
static int
;
static void
//expected-error@-2 {{'static' can only be specified inside the class definition}}
//expected-warning@-4 {{'static' can only be specified inside the class definition}}