OSDN Git Service

2006-06-19 Anatoly Sokolov <aesok@post.ru>
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.dg / Wno-c++-compat.c
1 /* Copyright (C) 2005  Free Software Foundation.
2
3    by Gabriel Dos Reis  <gdr@integrable-solutions.net>  */
4
5 /* { dg-do compile }  */
6 /* { dg-options "-Wno-c++-compat" } */
7
8 extern const int foo = 42;      /* { dg-error "initialized and declared" } */
9