12 lines
494 B
Plaintext
12 lines
494 B
Plaintext
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
[error] JIT compilation failed
|
|
[error] JIT output:
|
|
<...>/Test.cc:17:5: error: use of undeclared identifier 'does_not_exist'; did you mean 'hilti::rt::__does_not_exist'?
|
|
does_not_exist();
|
|
^~~~~~~~~~~~~~
|
|
hilti::rt::__does_not_exist
|
|
<...>/hilti.h:53:13: note: 'hilti::rt::__does_not_exist' declared here
|
|
extern void __does_not_exist();
|
|
^
|
|
1 error generated.
|