File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- In file included from input_line_23 :1:
1+ In file included from input_line_25 :1:
22ROOT8442.C:3:3: error: use of undeclared identifier 'notdeclared'
33 notdeclared = 42;
4- ^
4+ ^~~~~~~~~~~
Original file line number Diff line number Diff line change 11Processing runf02.C...
22input_line_FILTERED:2:3: error: use of undeclared identifier 'UNKNOWN'
33 (UNKNOWN(42))
4- ^
4+ ^~~~~~~
55Error in <HandleInterpreterException>: Error evaluating expression (UNKNOWN(42))
66Execution of your code was aborted.
77input_line_FILTERED:2:3: error: use of undeclared identifier 'ThisReallyDoesNotExist'
88 (ThisReallyDoesNotExist[42])
9- ^
9+ ^~~~~~~~~~~~~~~~~~~~~~
1010Error in <HandleInterpreterException>: Error evaluating expression (ThisReallyDoesNotExist[42])
1111Execution of your code was aborted.
1212input_line_FILTERED:2:7: error: use of undeclared identifier 'WhyAmI'
13- (1 ? WhyAmI : 0)
14- ^
13+ (1 ? WhyAmI : 0)
14+ ^~~~~~
1515Error in <HandleInterpreterException>: Error evaluating expression (1 ? WhyAmI : 0)
1616Execution of your code was aborted.
1717(int) 0
Original file line number Diff line number Diff line change 11In file included from input_line_8:1:
22/home/axel/build/root/github/roottest/cling/specialobj/unhappy.C:5:19: error: use of undeclared identifier 'I_really_do_not_exist'
33 static int f(){ I_really_do_not_exist(); return 0; }
4- ^
4+ ^~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments