repo.or.cz
/
gcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fortran: Fix PR 47485.
[gcc.git]
/
gcc
/
testsuite
/
g++.dg
/
other
/
semicolon.C
blob
8797bd32f310dc592f5b2c334b97be558796a80e
1
// PR c++/18368
2
// Origin: Chris Lattner <sabre@nondot.org>
3
// { dg-do compile }
4
// { dg-options "-fshow-column" }
5
6
struct A
7
{
8
struct B { int i; } // { dg-error "after struct definition" }
9
void foo();
10
};