1 // RUN: clang-cc -fsyntax-only -verify %s
2 int x
= this; // expected-error {{error: invalid use of 'this' outside of a nonstatic member function}}
5 int x
= this; // expected-error {{error: invalid use of 'this' outside of a nonstatic member function}}