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
/
pragma1.C
blob
88a56aafb0d2bcd33a7066bd7c25290d56ab4c98
1
// PR c++/17916
2
3
class T {
4
#pragma X
5
struct S {
6
};
7
#pragma Y
8
};