Update tests exclusion
[mono-project.git] / mono / metadata / sgen-mono-ilgen.h
blobf7200d330dbbf637a7850461a757e0fbbca78b6b
1 /**
2 * \file
3 * Copyright 2018 Microsoft
4 * Licensed under the MIT license. See LICENSE file in the project root for full license information.
5 */
6 #ifndef __MONO_SGEN_MONO_ILGEN_H__
7 #define __MONO_SGEN_MONO_ILGEN_H__
9 #include "config.h"
11 MONO_API void
12 mono_sgen_mono_ilgen_init (void);
13 #endif