85110f00826034e06777710ed6422ea618490ae9
[nit.git] / tests / test_ni_global_ref.nit.h
1 /* This file is part of NIT ( http://www.nitlanguage.org ).
2 *
3 * Copyright 2012 Alexis Laferrière <alexis.laf@xymus.net>
4 *
5 * This file is free software, which comes along with NIT. This software is
6 * distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
7 * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
8 * PARTICULAR PURPOSE. You can modify it is you want, provided this header
9 * is kept unaltered, and a notification of the changes is added.
10 * You are allowed to redistribute it and sell it, alone or is a part of
11 * another product.
12 */
13
14 #ifndef TEST_NI_GLOBAL_REF_NIT_H
15 #define TEST_NI_GLOBAL_REF_NIT_H
16
17 #include <test_ni_global_ref._nitni.h>
18
19 void A_save_as_global___impl( A recv, ToBePreserved tbp );
20 ToBePreserved A_recover_unsafe___impl( A recv );
21 nullable_ToBePreserved A_recover___impl( A recv );
22
23 #endif