Mercurial > emacs
comparison test/cedet/tests/test.cpp @ 106537:9a13ceca63a8
Remove RCS keywords
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-1642
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Fri, 11 Dec 2009 20:48:03 +0000 |
| parents | 7f4c7f5c0eba |
| children |
comparison
equal
deleted
inserted
replaced
| 106536:8cc9318e5841 | 106537:9a13ceca63a8 |
|---|---|
| 1 /* Test file for C++ language. | 1 /* Test file for C++ language. |
| 2 * Attempt to include as many aspects of the C++ language as possible. | 2 * Attempt to include as many aspects of the C++ language as possible. |
| 3 * Do not include things tested in test.c since that shares the | 3 * Do not include things tested in test.c since that shares the |
| 4 * same language. | 4 * same language. |
| 5 * | |
| 6 * $Id: test.cpp,v 1.2 2009/09/28 23:23:31 cyd Exp $ | |
| 7 * | |
| 8 */ | 5 */ |
| 9 | 6 |
| 10 /* An include test */ | 7 /* An include test */ |
| 11 #include <stdio.h> | 8 #include <stdio.h> |
| 12 | 9 |
