Ticket #2331: example_par_fun.cpp

File example_par_fun.cpp, 154 bytes (added by e_r, 14 years ago)
Line 
1#include <iostream>
2#include <libs/testing_names/par_fun.hpp>
3
4void example_par_fun()
5{
6
7 lib::f(lib::_name = "jill");
8 lib::f(lib::_index = 1);
9
10}