summaryrefslogtreecommitdiff
path: root/test/Sema/MicrosoftCompatibility.cpp
blob: 90a45dfaaf176d903542cb2b37fef342f691df67 (plain)
1
2
3
4
5
6
7
8
9
10
// RUN: %clang_cc1 %s -fsyntax-only -Wno-unused-value -Wmicrosoft -verify -fms-compatibility

// PR15845
int foo(xxx); // expected-error{{unknown type name}}

struct cls {
  char *m;
};

char * cls::* __uptr wrong2 = &cls::m; // expected-error {{'__uptr' attribute cannot be used with pointers to members}}