]> gcc.gnu.org Git - gcc.git/blame - gcc/testsuite/g++.old-deja/g++.other/std1.C
spec4.C: Remove stray semicolon.
[gcc.git] / gcc / testsuite / g++.old-deja / g++.other / std1.C
CommitLineData
97ba1e3c 1// Build don't link:
97ba1e3c
MM
2// Origin: Mark Mitchell <mark@codesourcery.com>
3
4extern "C" int memcmp (const void * __s1,
5 const void * __s2,
6 __SIZE_TYPE__ __n) throw ();
7
8namespace std {
9void f () {
10 memcmp (0, 0, 0);
11}
876200a8 12}
This page took 0.769948 seconds and 5 git commands to generate.