18 lines
566 B
Plaintext
18 lines
566 B
Plaintext
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
// Begin of Foo (from "<...>/basic-module.hlt")
|
|
// Compiled by HILTI version X.X.X
|
|
|
|
#include <hilti/rt/compiler-setup.h>
|
|
|
|
#include <hilti/rt/libhilti.h>
|
|
|
|
extern const char* __hlt_hlto_scope;
|
|
|
|
namespace __hlt::Foo {
|
|
extern void __register_module();
|
|
}
|
|
|
|
HILTI_PRE_INIT(__hlt::Foo::__register_module)
|
|
|
|
extern void __hlt::Foo::__register_module() { ::hilti::rt::detail::registerModule({ "Foo", __hlt_hlto_scope, nullptr, nullptr, nullptr, nullptr}); }
|