repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Sync usage with man page.
[netbsd-mini2440.git]
/
gnu
/
dist
/
gcc4
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib8.C
blob
7d99132c1751544c1b3e1eb8f7b47333eef8435b
1
// PR 8656
2
// { dg-do compile { target i?86-*-* x86_64-*-* } }
3
// { dg-require-effective-target ilp32 }
4
5
extern int * (__attribute__((stdcall)) *fooPtr)( void);
6
int * __attribute__((stdcall)) myFn01( void) { return 0; }
7
8
void snafu( void)
9
{
10
fooPtr = myFn01;
11
}