.{example} := @use("./examples/square.hb")

main := fn(): void {
	@inline(example)
	return
}