summaryrefslogtreecommitdiff
path: root/web/yacco2/qa/fsm_class_phrase2.dat
blob: a54c9d47474a4dac1bc9e7df03e6e7a199a57dec (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
/*	
$echo file: fsm_class_phrase2.dat
$echo       dup directive
$echo Error
*/
fsm	
(fsm-id "fsm_class_phrase_th.lex",fsm-filename	fsm_class_phrase_th,fsm-namespace NS_fsm_class_phrase_th
,fsm-class Cfsm_class_phrase_th{
  user-declaration
    int x__;
  ***
  user-implementation
    Cfsm_class_phrase_th::x__ = 0;
  ***
  user-prefix-declaration
    #include <sss.h>
  ***
  user-suffix-declaration
    #include <zzz.h>
  ***
  constructor
    int x__;
  ***
  destructor
    x__ = 0;
  ***
  op
    int x(0);
  ***
  user-imp-tbl
    #include <zzz.h>
  ***
  user-imp-sym
    #include <zzz.h>
  ***
  user-prefix-declaration
    #include <sss.h>
  ***
}