OSDN Git Service
(root)
/
pf3gnuchains
/
gcc-fork.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
28dab019f71becb6eea89e60c632d40fa29afb99
[pf3gnuchains/gcc-fork.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
datasec1.C
1
// PR target/33168
2
// { dg-do compile }
3
// { dg-options "-O2 -fdata-sections" }
4
5
extern const int& foo;
6
namespace
7
{
8
const int bar = 16;
9
}
10
const int &foo = bar;