aboutsummaryrefslogtreecommitdiff
path: root/test/Headers/ms-cppoperkey.cpp
blob: ca56ee17bcb1c1f754930cf2c4bd2e84f17a80cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// RUN: %clang_cc1 \
// RUN:     -fms-compatibility -x c++-cpp-output \
// RUN:     -ffreestanding -fsyntax-only -Werror \
// RUN:     %s -verify
// expected-no-diagnostics
# 1 "t.cpp"
# 1 "query.h" 1 3
// MS header <query.h> uses operator keyword as field name.  
// Compile without syntax errors.
struct tagRESTRICTION
  {
   union _URes 
     {
       int or; // Note use of cpp operator token
     } res;
  };