Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

39 lines
1.2 KiB
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 "<...>/hello-world.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 __init_module();
extern void __register_module();
}
HILTI_PRE_INIT(__hlt::Foo::__register_module)
extern void __hlt::Foo::__init_module() {
__location__("<...>/hello-world.hlt:10:1-10:29");
::hilti::rt::print("Hello, world!"s, &::hilti::rt::type_info::string, ::hilti::rt::Bool(true));
}
extern void __hlt::Foo::__register_module() { ::hilti::rt::detail::registerModule({ "Foo", __hlt_hlto_scope, &__init_module, nullptr, nullptr, nullptr}); }
// Begin of __linker__
// Compiled by HILTI version X.X.X
#include <hilti/rt/compiler-setup.h>
//
// Linker code generated for modules:
// - Foo (<...>/hello-world.hlt)
#include <hilti/rt/libhilti.h>
const char HILTI_EXPORT HILTI_WEAK * __hlt_hlto_library_version = <...>
const char HILTI_EXPORT HILTI_WEAK * __hlt_hlto_bind_to_version = <...>
const char HILTI_WEAK * __hlt_hlto_scope = <...>