From: Jason Merrill Date: Mon, 12 Apr 1999 23:56:18 +0000 (-0400) Subject: new X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a11f18898acd2b9a0a58cd0207e267d49f31f975;p=gcc.git new From-SVN: r26389 --- diff --git a/gcc/testsuite/g++.old-deja/g++.ext/attrib1.C b/gcc/testsuite/g++.old-deja/g++.ext/attrib1.C new file mode 100644 index 00000000000..d5002d8ea34 --- /dev/null +++ b/gcc/testsuite/g++.old-deja/g++.ext/attrib1.C @@ -0,0 +1,6 @@ +// Test for using prefix attributes in an abstract declarator. +// Contributed by Jason Merrill +// Skip if not target: i?86-*-* +// Build don't link: + +void f (void (__attribute__((__stdcall__)) *)());