You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when c mode is used with cling, below error is seen when trying to print real time values:
$ cling -xc
***************** CLING *****************
Type C code and press enter to run it *
Type .q to exit *
[cling]$ int i
input_line_2:3:2: error: ValueExtractionSynthesizer could not find:
'cling::runtime::internal::setValueNoAlloc'.
;
^
[cling]$ 123
input_line_3:2:2: error: ValueExtractionSynthesizer could not find:
'cling::runtime::internal::setValueNoAlloc'.
123
^
[cling]$