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
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
udlit-tmpl-arg-neg.C
blob
fa6ec4889ef19de8f8c8876aee0e04c41eb4aa0c
1
// { dg-do compile { target c++11 } }
2
3
template<char...>
4
int operator ""_xyz(unsigned long long); // { dg-error "has invalid argument list" }