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
2013-05-29 Richard Biener <rguenther@suse.de>
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
init
/
array13.C
blob
aa66e33acfc7cf8f9569a10a7517f9fb18cad5aa
1
template <typename DisjointSet>
2
struct test_disjoint_set {
3
static void do_test()
4
{
5
unsigned int elts[]
6
= { 0, 1, 2, 3 };
7
const int N = sizeof(elts)/sizeof(*elts);
8
}
9
};