Sign in
gnu
/
gcc
/
d769c5040874bf9546f2524f3f1d2a894165f92a
/
.
/
gcc
/
testsuite
/
g++.dg
/
parse
/
memfnquals1.C
blob: ce8af7b7273413f75d36f51e37037b9a2045733f [
file
] [
log
] [
blame
]
// PR c++/48166
struct
foo
{
static
void
func
();
};
void
foo
::
func
()
const
{}
// { dg-error "type qualifiers" }