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
/
parse
/
offsetof5.C
blob
553e33ded424d5bc3e0e8367b23b90884ebc9f96
1
// PR c++/16618
2
3
#include <stddef.h>
4
5
struct test
6
{
7
const char a;
8
};
9
10
int main()
11
{
12
offsetof(test,a);
13
}