summaryrefslogtreecommitdiffstats
path: root/test/CXX/dcl.decl/p4-0x.cpp
blob: 9fa2ea19d4119869ca2ef54e0d92dbd9a65f719d (plain)
1
2
3
4
5
6
7
8
// RUN: %clang_cc1 -std=c++0x -fsyntax-only -verify %s

struct X {
  void f() &;
  void g() &&;
};

void (X::*pmf)() & = &X::f;
OpenPOWER on IntegriCloud