repo.or.cz
/
official-gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge reload-branch up to revision 101000
[official-gcc.git]
/
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
}