Mercurial > hg > CbC > CbC_gcc
annotate gcc/testsuite/gcc.dg/cpp/import2.c @ 111:04ced10e8804
gcc 7
author | kono |
---|---|
date | Fri, 27 Oct 2017 22:46:09 +0900 |
parents | |
children |
rev | line source |
---|---|
111 | 1 /* Copyright (C) 2003, 2008 Free Software Foundation, Inc. */ |
2 | |
3 /* { dg-do preprocess } */ | |
4 /* { dg-options "-Wno-deprecated" } */ | |
5 | |
6 /* This tests that the file is only included once | |
7 Neil Booth, 2 August 2003. */ | |
8 | |
9 #include "import2.h" | |
10 #import "import2.h" | |
11 #include "import2.h" |