Skip to content
Snippets Groups Projects
Commit 401cbc57 authored by mmitchel's avatar mmitchel
Browse files

Add expected error

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@33227 138bc75d-0d04-0410-961f-82ee72b054a4
parent ef6c17ed
No related merge requests found
......@@ -2,5 +2,5 @@
// Origin: Dima Volodin <dvv@dvv.org>
class C {
static int const N (1000);
static int const N (1000); // ERROR - invalid declaration
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment