Sign in
gnu
/
gcc
/
trunk
/
.
/
libstdc++-v3
/
testsuite
/
23_containers
/
array
/
element_access
/
110139.cc
blob: 6f09aacf0a7e96c6a9fa822a69670527c572a288 [
file
] [
log
] [
blame
]
// { dg-options "-pedantic" }
// { dg-do compile { target c++11 } }
#include
<array>
template
class
std
::
array
<
int
,
0
>;
// { dg-bogus "ambiguous overload" "" { target *-*-* } 0 }