Complete copy of testcase from Python

This commit is contained in:
William S Fulton 2022-12-30 23:49:07 +00:00
commit b7f64c4da5

View file

@ -2,4 +2,6 @@ open Swig
open Rename_rstrip_encoder open Rename_rstrip_encoder
let s = new_SomeThing '() let s = new_SomeThing '()
let a = new_AnotherThing '() let a = new_AnotherThing '() in
assert (a -> DoClsX () = C_void);
;;