Home
last modified time | relevance | path

Searched refs:c_var_old_contents (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/dll/example/
Dgetting_started.cpp39 int c_var_old_contents = *c_var; // using the variable in main() local
41 BOOST_TEST(c_var_old_contents == 1); in main()