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
2017-09-26 Thomas Koenig <tkoenig@gcc.gnu.org>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.old-deja
/
g++.niklas
/
t138.C
blob
e3d210fff26ee83f907f140fb7eb7ac5be4332fa
1
// { dg-do assemble }
2
// GROUPS passed niklas hiding
3
struct A;
4
void f (A*);
5
A* A;
6
void g () { f (A); }