Release coccinelle-0.2.3rc1
[bpt/coccinelle.git] / test.ml
CommitLineData
5636bb2c
C
1(*
2 * Copyright 2005-2010, Ecole des Mines de Nantes, University of Copenhagen
3 * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
4 * This file is part of Coccinelle.
5 *
6 * Coccinelle is free software: you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation, according to version 2 of the License.
9 *
10 * Coccinelle is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 * GNU General Public License for more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with Coccinelle. If not, see <http://www.gnu.org/licenses/>.
17 *
18 * The authors reserve the right to distribute this or future versions of
19 * Coccinelle under other licenses.
20 *)
21
22
23(*
24 * Copyright 2005-2010, Ecole des Mines de Nantes, University of Copenhagen
25 * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
26 * This file is part of Coccinelle.
27 *
28 * Coccinelle is free software: you can redistribute it and/or modify
29 * it under the terms of the GNU General Public License as published by
30 * the Free Software Foundation, according to version 2 of the License.
31 *
32 * Coccinelle is distributed in the hope that it will be useful,
33 * but WITHOUT ANY WARRANTY; without even the implied warranty of
34 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
35 * GNU General Public License for more details.
36 *
37 * You should have received a copy of the GNU General Public License
38 * along with Coccinelle. If not, see <http://www.gnu.org/licenses/>.
39 *
40 * The authors reserve the right to distribute this or future versions of
41 * Coccinelle under other licenses.
42 *)
43
44
45(*
46 * Copyright 2005-2010, Ecole des Mines de Nantes, University of Copenhagen
47 * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
48 * This file is part of Coccinelle.
49 *
50 * Coccinelle is free software: you can redistribute it and/or modify
51 * it under the terms of the GNU General Public License as published by
52 * the Free Software Foundation, according to version 2 of the License.
53 *
54 * Coccinelle is distributed in the hope that it will be useful,
55 * but WITHOUT ANY WARRANTY; without even the implied warranty of
56 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
57 * GNU General Public License for more details.
58 *
59 * You should have received a copy of the GNU General Public License
60 * along with Coccinelle. If not, see <http://www.gnu.org/licenses/>.
61 *
62 * The authors reserve the right to distribute this or future versions of
63 * Coccinelle under other licenses.
64 *)
65
66
d6a55602
C
67(*
68 * Copyright 2005-2010, Ecole des Mines de Nantes, University of Copenhagen
69 * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
70 * This file is part of Coccinelle.
71 *
72 * Coccinelle is free software: you can redistribute it and/or modify
73 * it under the terms of the GNU General Public License as published by
74 * the Free Software Foundation, according to version 2 of the License.
75 *
76 * Coccinelle is distributed in the hope that it will be useful,
77 * but WITHOUT ANY WARRANTY; without even the implied warranty of
78 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
79 * GNU General Public License for more details.
80 *
81 * You should have received a copy of the GNU General Public License
82 * along with Coccinelle. If not, see <http://www.gnu.org/licenses/>.
83 *
84 * The authors reserve the right to distribute this or future versions of
85 * Coccinelle under other licenses.
86 *)
87
88
aa721442
C
89(*
90 * Copyright 2005-2010, Ecole des Mines de Nantes, University of Copenhagen
91 * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
92 * This file is part of Coccinelle.
93 *
94 * Coccinelle is free software: you can redistribute it and/or modify
95 * it under the terms of the GNU General Public License as published by
96 * the Free Software Foundation, according to version 2 of the License.
97 *
98 * Coccinelle is distributed in the hope that it will be useful,
99 * but WITHOUT ANY WARRANTY; without even the implied warranty of
100 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
101 * GNU General Public License for more details.
102 *
103 * You should have received a copy of the GNU General Public License
104 * along with Coccinelle. If not, see <http://www.gnu.org/licenses/>.
105 *
106 * The authors reserve the right to distribute this or future versions of
107 * Coccinelle under other licenses.
108 *)
109
110
c3e37e97
C
111(*
112 * Copyright 2005-2010, Ecole des Mines de Nantes, University of Copenhagen
113 * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
114 * This file is part of Coccinelle.
115 *
116 * Coccinelle is free software: you can redistribute it and/or modify
117 * it under the terms of the GNU General Public License as published by
118 * the Free Software Foundation, according to version 2 of the License.
119 *
120 * Coccinelle is distributed in the hope that it will be useful,
121 * but WITHOUT ANY WARRANTY; without even the implied warranty of
122 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
123 * GNU General Public License for more details.
124 *
125 * You should have received a copy of the GNU General Public License
126 * along with Coccinelle. If not, see <http://www.gnu.org/licenses/>.
127 *
128 * The authors reserve the right to distribute this or future versions of
129 * Coccinelle under other licenses.
130 *)
131
132
55d38388
C
133(*
134 * Copyright 2005-2010, Ecole des Mines de Nantes, University of Copenhagen
135 * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
136 * This file is part of Coccinelle.
137 *
138 * Coccinelle is free software: you can redistribute it and/or modify
139 * it under the terms of the GNU General Public License as published by
140 * the Free Software Foundation, according to version 2 of the License.
141 *
142 * Coccinelle is distributed in the hope that it will be useful,
143 * but WITHOUT ANY WARRANTY; without even the implied warranty of
144 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
145 * GNU General Public License for more details.
146 *
147 * You should have received a copy of the GNU General Public License
148 * along with Coccinelle. If not, see <http://www.gnu.org/licenses/>.
149 *
150 * The authors reserve the right to distribute this or future versions of
151 * Coccinelle under other licenses.
152 *)
153
154
ae4735db
C
155(*
156 * Copyright 2005-2010, Ecole des Mines de Nantes, University of Copenhagen
157 * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
158 * This file is part of Coccinelle.
159 *
160 * Coccinelle is free software: you can redistribute it and/or modify
161 * it under the terms of the GNU General Public License as published by
162 * the Free Software Foundation, according to version 2 of the License.
163 *
164 * Coccinelle is distributed in the hope that it will be useful,
165 * but WITHOUT ANY WARRANTY; without even the implied warranty of
166 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
167 * GNU General Public License for more details.
168 *
169 * You should have received a copy of the GNU General Public License
170 * along with Coccinelle. If not, see <http://www.gnu.org/licenses/>.
171 *
172 * The authors reserve the right to distribute this or future versions of
173 * Coccinelle under other licenses.
174 *)
175
176
9f8e26f4
C
177(*
178 * Copyright 2005-2009, Ecole des Mines de Nantes, University of Copenhagen
179 * Yoann Padioleau, Julia Lawall, Rene Rydhof Hansen, Henrik Stuart, Gilles Muller, Nicolas Palix
180 * This file is part of Coccinelle.
181 *
182 * Coccinelle is free software: you can redistribute it and/or modify
183 * it under the terms of the GNU General Public License as published by
184 * the Free Software Foundation, according to version 2 of the License.
185 *
186 * Coccinelle is distributed in the hope that it will be useful,
187 * but WITHOUT ANY WARRANTY; without even the implied warranty of
188 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
189 * GNU General Public License for more details.
190 *
191 * You should have received a copy of the GNU General Public License
192 * along with Coccinelle. If not, see <http://www.gnu.org/licenses/>.
193 *
194 * The authors reserve the right to distribute this or future versions of
195 * Coccinelle under other licenses.
196 *)
197
198
34e49164 199let foo_ctl () = failwith "there is no foo_ctl formula"