macro-reserved-ms.c 134 B

1234567
  1. // RUN: %clang_cc1 -fsyntax-only -fms-extensions -verify %s
  2. // expected-no-diagnostics
  3. #define inline _inline
  4. #undef inline
  5. int x;