summaryrefslogtreecommitdiff
path: root/trunk/CIAO/CCF/Test/IDL2/Parser/Recovery/interface.idl
blob: 22a99ffadf24fae19d0d2c733dcc9a45384e7a4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
// file      : CCF/Test/IDL2/Parsing/Recovery/interface.idl
// author    : Boris Kolpackov <boris@dre.vanderbilt.edu>
// cvs-id    : $Id$

interface Base {};


// Interface declaration syntax errors
//
//

local intrrface L;

//

abstract interrface A;

//

interface ;

//

interface I : {};

//

interface I : Base, {};

//

interface I };

//

interface I {;

//

interface I {}