2 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 * Copyright (C) 2013-2013 - S/E - Sylvestre Ledru
4 * Copyright (C) 2013-2013 - S/E - Antoine Elias
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
15 #include "types_addition.hxx"
17 /* This is a configuration file which will be transformed by llvm + clang
22 types::Double* pdbl1 = types::Double::Empty();
23 int res = AddDoubleToDouble(pdbl1, pdbl1, &pdbl1);
24 symbol::Symbol * sym = 0;// = symbol::Symbol(L"a"); => This declaration makes llc fails
26 symbol::Context::getInstance()->put(*sym, *pdbl1);