/* This interface file checks whether the SWIG parses anonymous arguments with default values. Bug reported by Annalisa Terracina on 2001-07-03. */ %module anonymous_arg void foo(int = 7771); %{ void foo(int x) {} %}