Ticket #9134: test.cpp

File test.cpp, 88 bytes (added by Adam Romanek <romanek.adam@…>, 9 years ago)
Line 
1#include <boost/lexical_cast.hpp>
2
3int main() {
4 return boost::lexical_cast<int>("");
5}