Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
g++.dg
/
cpp0x
/
gen-attrs-56.C
blob: f63fff4db5e6119ad3b03fcd96a05195880a1b62 [
file
] [
log
] [
blame
]
// PR c++/58724
// { dg-do compile { target c++11 } }
namespace
foo __attribute__
((
visibility
(
"default"
)))
{}
namespace
[[
gnu
::
visibility
(
"default"
)]]
bar
{}