PageRenderTime 37ms CodeModel.GetById 15ms RepoModel.GetById 0ms app.codeStats 0ms

/trunk/Examples/test-suite/errors/c_extra_unsigned.i

#
Swig | 6 lines | 4 code | 2 blank | 0 comment | 0 complexity | f4734d4a5820ff321fd42e90ccc46476 MD5 | raw file
Possible License(s): LGPL-2.1, Cube, GPL-3.0, 0BSD, GPL-2.0
  1. %module xxx
  2. int foo(unsigned unsigned int x);
  3. int bar(signed signed y);
  4. int spam(unsigned signed int x);