diff options
| -rw-r--r-- | gcc/testsuite/g++.old-deja/g++.ext/attrib1.C | 6 |
1 files changed, 6 insertions, 0 deletions
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 0000000..d5002d8 --- /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 <jason@cygnus.com> +// Skip if not target: i?86-*-* +// Build don't link: + +void f (void (__attribute__((__stdcall__)) *)()); |
