blob: 6daea953e8a60043a19ea93c82d8dfb4d2eeb9b8 [file] [log] [blame]
Serge Pavlov07c0f042014-12-18 11:14:21 +00001// RUN: %clang_cc1 -fsyntax-only -std=c++11 -pedantic -verify %s
Yunzhong Gao7704ba72015-08-01 02:55:59 +00002// RUN: %clang_cc1 -fsyntax-only -std=c++14 -pedantic -verify %s
Serge Pavlov07c0f042014-12-18 11:14:21 +00003
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;