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
/
extern1.cc
blob
09284ad1ed2713772b28cbd4ef86c9ca58ee4570
1
/* Test extern statments not being translated. */
2
/* { dg-do compile }
3
{ dg-require-iconv "IBM1047" }
4
*/
5
6
extern
"C"
{
7
8
9
int
testbug
(
void
) {
10
11
return
0
;
12
13
}
14
15
}
//extern block