repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
RTEMS: Add Cortex-M33 multilib
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
pr67699.C
blob
c9ff591939a118006e8dadb48812f62c57a6e335
1
// { dg-do compile }
2
// { dg-require-effective-target lto }
3
// { dg-options "-flto" }
4
5
template <class T> class foo {
6
foo() { int const bar[2] = {1, 1}; }
7
};
8
template class foo<int>;