brintos

brintos / llvm-project-archived public Read only

0
0
Text · 376 B · 6daea95 Raw
9 lines · cpp
1// RUN: %clang_cc1 -fsyntax-only -std=c++11 -pedantic -verify %s2// RUN: %clang_cc1 -fsyntax-only -std=c++14 -pedantic -verify %s3 4#define for 0    // expected-warning {{keyword is hidden by macro definition}}5#define final 1  // expected-warning {{keyword is hidden by macro definition}}6#define override // expected-warning {{keyword is hidden by macro definition}}7 8int x;9