summaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/Wno-c++-compat.c
blob: b1f3cf26f5792321c3684e668a1afe2c9bc92325 (plain)
1
2
3
4
5
6
7
8
9
/* Copyright (C) 2005  Free Software Foundation.

   by Gabriel Dos Reis  <gdr@integrable-solutions.net>  */

/* { dg-do compile }  */
/* { dg-options "-Wno-c++-compat" } */

extern const int foo = 42;      /* { dg-error "initialized and declared" } */