brintos

brintos / llvm-project-archived public Read only

0
0
Text · 221 B · 015e775 Raw
8 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -fdeprecated-macro -verify %s2// RUN: %clang_cc1 -fsyntax-only -Werror %s3 4// expected-warning@+2 {{This file is deprecated.}}5#ifdef __DEPRECATED6#warning This file is deprecated.7#endif8