Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
g++.old-deja
/
g++.brendan
/
warnings2.C
blob: 665c7a425545e6437fb2ea0e4fde2426f2bb67f8 [
file
] [
log
] [
blame
]
// { dg-do assemble }
// GROUPS passed warnings
class
K
{
public
:
void
f
()
{
};
// there should be no warning about this semicolon
};