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