1//[example_output
2> example
3Running 1 test case...
4test.cpp(27): error: in "test1": check processor.op2(i, j) has failed
5Failure occurred in a following context:
6    With optimization level 1
7    With parameter i = 1
8    With parameter j = 0
9test.cpp(24): error: in "test1": check processor.op1(i) has failed
10Failure occurred in a following context:
11    With optimization level 2
12    With parameter i = 0
13test.cpp(24): error: in "test1": check processor.op1(i) has failed
14Failure occurred in a following context:
15    With optimization level 2
16    With parameter i = 1
17test.cpp(27): error: in "test1": check processor.op2(i, j) has failed
18Failure occurred in a following context:
19    With optimization level 2
20    With parameter i = 1
21    With parameter j = 0
22
23*** 4 failures are detected in the test module "example82"
24//]