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
libstdc++: Improve comment for _Hashtable::_M_insert_unique_node
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
parse
/
constant3.C
blob
c029e33ed5827652cc3ad1378eee361e4c072bc1
1
const int i = 1;
2
const int j (2);
3
const int k = { 3 };
4
5
enum { a = i, b = j, c = k };
6
7