Mercurial > emacs
comparison test/cedet/tests/test.cpp @ 105377:7f4c7f5c0eba
Add arch tagline
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Fri, 02 Oct 2009 10:53:34 +0000 |
| parents | c99cf31de3f2 |
| children | 9a13ceca63a8 |
comparison
equal
deleted
inserted
replaced
| 105376:1e211a362b04 | 105377:7f4c7f5c0eba |
|---|---|
| 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 * | 5 * |
| 6 * $Id: test.cpp,v 1.1.2.1 2009/09/20 04:00:17 cyd Exp $ | 6 * $Id: test.cpp,v 1.2 2009/09/28 23:23:31 cyd Exp $ |
| 7 * | 7 * |
| 8 */ | 8 */ |
| 9 | 9 |
| 10 /* An include test */ | 10 /* An include test */ |
| 11 #include <stdio.h> | 11 #include <stdio.h> |
| 589 wchar_t testc = L'a'; | 589 wchar_t testc = L'a'; |
| 590 | 590 |
| 591 wchar_t const *wp = L"string with a \" in it"; | 591 wchar_t const *wp = L"string with a \" in it"; |
| 592 wchar_t const *wq = L"string \n\t\"test" L"string2"; | 592 wchar_t const *wq = L"string \n\t\"test" L"string2"; |
| 593 wchar_t const *wr = L"string L"; | 593 wchar_t const *wr = L"string L"; |
| 594 | |
| 595 // arch-tag: 59828880-d72f-4059-922f-89579edf9e58 |
