Hi, Robert Bradshaw wrote: > We need to introduce a c++ pragma to make sure to automatically test > these things. (Or, maybe, compile every test file as both C and C++). That's a good idea, and it should be easy to do with distutils. We can just duplicate every test case for C and C++. Stefan