2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-20 16:52:15 +00:00
Files
python/pyste/tests/basic.cpp
Bruno da Silva de Oliveira d52f0c7d40 - New tests
[SVN r18629]
2003-05-31 21:18:09 +00:00

9 lines
122 B
C++

#include "basic.h"
namespace basic {
int C::static_value = 3;
const int C::const_static_value = 100;
}