new
authorJason Merrill <jason@gcc.gnu.org>
Mon, 12 Apr 1999 23:56:18 +0000 (19:56 -0400)
committerJason Merrill <jason@gcc.gnu.org>
Mon, 12 Apr 1999 23:56:18 +0000 (19:56 -0400)
From-SVN: r26389

gcc/testsuite/g++.old-deja/g++.ext/attrib1.C [new file with mode: 0644]

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 (file)
index 0000000..d5002d8
--- /dev/null
@@ -0,0 +1,6 @@
+// Test for using prefix attributes in an abstract declarator.
+// Contributed by Jason Merrill <jason@cygnus.com>
+// Skip if not target: i?86-*-*
+// Build don't link:
+
+void f (void (__attribute__((__stdcall__)) *)());