brintos

brintos / llvm-project-archived public Read only

0
0
Text · 179 B · ae65bda Raw
5 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -verify -std=c++11 %s2 3decltype([]()->decltype(this) { }) a; // expected-error {{invalid use of 'this' outside of a non-static member function}}4 5