test for issue #2
[deriving.git] / tests / issue2.ml
blob0669c57bfd494de03bec965e9425019711e81211
1 (*pp deriving *)
2 (* Test build with
3 ocamlc -o dtest -I $DERIVING_HOME/lib -pp $DERIVING_HOME/syntax/deriving deriving.cma DerivingTest.ml
4 *)
6 type foo = int list deriving (Show)
8 let _ =
9 let three = 3 in
10 if three < 7 then
12 else
13 assert false