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
[gcn] mkoffload.cc: Print fatal error if -march has no multilib but generic has
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
debug
/
dwarf2
/
imported-module-3.C
blob
bd6dd1f530d564017fc79be9ab5a621c6db587c1
1
// PR debug/39379
2
// { dg-do compile }
3
// { dg-options "-gdwarf-2 -dA -gno-strict-dwarf" }
4
// { dg-final { scan-assembler "DW_TAG_imported_module" } }
5
6
namespace A
7
{
8
int v;
9
}
10
11
int
12
main ()
13
{
14
using namespace A;
15
v++;
16
return v - 1;
17
}