Test for %javaconstvalue added

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6002 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2004-06-27 21:05:48 +00:00
commit e072f9b077
2 changed files with 16 additions and 0 deletions

View file

@ -25,6 +25,11 @@
%constant int BRISTOLS=800;
%javaconstvalue(100L) APPLES;
%inline %{
#define APPLES 100LL
%}
%javaconst(0);
%constant long long ROSY=900LL;