summaryrefslogtreecommitdiff
path: root/starts/meaning-vm/level-2/funcs.hpp
blob: 52c041d9a4a3fb8b9c547505806d7ac117fe6227 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include "common.hpp"

namespace intellect {
namespace level2 {

ref context();

}
}