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
PR c++/81917 - ICE with void_t and partial specialization.
[official-gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
charset
/
function.cc
blob
5aba6511bd0ac3dc8a8be44b067861f4453933d4
1
/* { dg-do compile }
2
{ dg-require-iconv "IBM1047" }
3
{ dg-final { scan-assembler-not "\"foobar\"" } } */
4
5
const char
*
str
;
6
7
void
foobar
(
void
)
8
{
9
str
=
__FUNCTION__
;
10
}