Home | History | Annotate | Download | only in SemaCXX
      1 // RUN: %clang_cc1 -fsyntax-only -fdeprecated-macro -verify %s
      2 // RUN: %clang_cc1 -fsyntax-only -Werror %s
      3 
      4 #ifdef __DEPRECATED
      5 #warning This file is deprecated. // expected-warning {{This file is deprecated.}}
      6 #endif
      7