Sign in
nest-open-source
/
stadia-controller
/
gcc-arm-none-eabi
/
3c699435f69c74a12f5fe18c0181fba6f1dd0479
/
.
/
src
/
gcc
/
gcc
/
testsuite
/
g++.dg
/
ext
/
attrib2.C
blob: a7563f3886b715debea12177036b43b72b0e569c [
file
]
// Test that an early attribute doesn't confuse uses of a class.
// { dg-do compile }
struct
__attribute__
((
packed
))
A
{
void
f
()
const
;
};
void
A
::
f
()
const
{
}