Ticket #995: test.cpp

File test.cpp, 63 bytes (added by anonymous, 15 years ago)

first file

Line 
1#include <boost/filesystem.hpp>
2
3int main()
4{
5 return 0;
6}
7