2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-23 05:42:30 +00:00

- New tests

[SVN r18629]
This commit is contained in:
Bruno da Silva de Oliveira
2003-05-31 21:18:09 +00:00
parent bb55c4a855
commit d52f0c7d40
55 changed files with 927 additions and 220 deletions

8
pyste/tests/basic.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include "basic.h"
namespace basic {
int C::static_value = 3;
const int C::const_static_value = 100;
}