aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/yt/global/mock_modules/module2_defs/direct_access.h
blob: d5f47c1be7e1237b519fb1e4c6bad4dc5ff48a57 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#pragma once

#include <library/cpp/yt/misc/guid.h>

#include <array>
#include <cstdint>

namespace NYT {

////////////////////////////////////////////////////////////////////////////////

TGuid GetTestVariable2();

void SetTestVariable2(TGuid val);

std::array<int, 4> GetTestVariable3();

void SetTestVariable3(std::array<int, 4> val);

////////////////////////////////////////////////////////////////////////////////

} // namespace NYT