]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/testsuite/gcc.dg/Wc++-compat.c
Update copyright years.
[thirdparty/gcc.git] / gcc / testsuite / gcc.dg / Wc++-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 "-Wc++-compat" } */
7
8 extern const int foo = 42;
9