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
[gcn] install.texi: Update for new ISA targets and their requirements
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp23
/
subscript8.C
blob
fe000359d4143f50c674c6f82066f5ba3e87218f
1
// DR2507: Allow default arguments
2
// { dg-additional-options {-std=c++23} }
3
4
struct A
5
{
6
void operator[](int, int = 42);
7
};