test de -warn-error
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3281 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02master
parent
6abd94399c
commit
6b893661dd
|
@ -0,0 +1,44 @@
|
|||
|
||||
(* C *)
|
||||
|
||||
let foo = ( *);;
|
||||
|
||||
|
||||
(* F *)
|
||||
|
||||
let f x y = x;;
|
||||
f 1; f 1;;
|
||||
|
||||
|
||||
(* M *)
|
||||
|
||||
(* duh *)
|
||||
|
||||
|
||||
(* P *)
|
||||
|
||||
let 1 = 1;;
|
||||
|
||||
|
||||
(* S *)
|
||||
|
||||
1; 1;;
|
||||
|
||||
|
||||
(* U *)
|
||||
|
||||
match 1 with
|
||||
| 1 -> ()
|
||||
| 1 -> ()
|
||||
| _ -> ()
|
||||
;;
|
||||
|
||||
|
||||
(* V *)
|
||||
|
||||
(* re-duh *)
|
||||
|
||||
|
||||
(* X *)
|
||||
|
||||
(* re-re *)
|
Loading…
Reference in New Issue