Sign in
gnu
/
gcc
/
1f16a020acbea0af26209478990b83b1a1ba3a2b
/
.
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib65.C
blob: 0af138700f626e017552e0e8afd71cc50c206861 [
file
] [
log
] [
blame
]
// PR c++/102399
// { dg-do compile { target c++11 } }
// Test mixing the GNU and standard forms of attributes.
#define
EXPORT __attribute__
((
visibility
(
"default"
)))
struct
[[
nodiscard
]]
EXPORT
Foo
{
Foo
();
};