1 // This is to make sure you don't mess something up when you change typedef code.
2 // Generate it with the old and new thrift and make sure they are the same.
6 thrift -cpp -java -php -phpi -py -rb -xsd -perl -ocaml -erl -hs -strict ManyTypedefs.thrift
8 ../compiler/cpp/thrift -cpp -java -php -phpi -py -rb -xsd -perl -ocaml -erl -hs -strict ManyTypedefs.thrift
12 # There should be no output.
16 typedef list<map<int32, string>> biglist
23 exception exception1 {
29 struct1 method1(1: int32 myint) throws (1: exception1 exn);