#include int main () { boost::variant v (42); int i = boost::get(v); }