### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
// Prototypes for module Foo

#ifndef HILTI_PROTOTYPES_FOO_H
#define HILTI_PROTOTYPES_FOO_H

#include <hilti/rt/libhilti.h>

extern uint64_t __hlt_hlto_scope;

namespace __hlt::Foo {
    extern auto test(const std::string& x) -> std::string;
}

namespace hlt::Foo {
    extern auto test(const std::string& x) -> ::hilti::rt::Resumable;
}

namespace __hlt::Foo {
    extern void __register_module();
}

#endif
