1*4b79ff18SXin LI /* C++ compilation harness for the test suite. 2*4b79ff18SXin LI __ __ _ 3*4b79ff18SXin LI ___\ \/ /_ __ __ _| |_ 4*4b79ff18SXin LI / _ \\ /| '_ \ / _` | __| 5*4b79ff18SXin LI | __// \| |_) | (_| | |_ 6*4b79ff18SXin LI \___/_/\_\ .__/ \__,_|\__| 7*4b79ff18SXin LI |_| XML parser 8*4b79ff18SXin LI 9*4b79ff18SXin LI Copyright (c) 2023 Sebastian Pipping <[email protected]> 10*4b79ff18SXin LI Licensed under the MIT license: 11*4b79ff18SXin LI 12*4b79ff18SXin LI Permission is hereby granted, free of charge, to any person obtaining 13*4b79ff18SXin LI a copy of this software and associated documentation files (the 14*4b79ff18SXin LI "Software"), to deal in the Software without restriction, including 15*4b79ff18SXin LI without limitation the rights to use, copy, modify, merge, publish, 16*4b79ff18SXin LI distribute, sublicense, and/or sell copies of the Software, and to permit 17*4b79ff18SXin LI persons to whom the Software is furnished to do so, subject to the 18*4b79ff18SXin LI following conditions: 19*4b79ff18SXin LI 20*4b79ff18SXin LI The above copyright notice and this permission notice shall be included 21*4b79ff18SXin LI in all copies or substantial portions of the Software. 22*4b79ff18SXin LI 23*4b79ff18SXin LI THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 24*4b79ff18SXin LI EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF 25*4b79ff18SXin LI MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN 26*4b79ff18SXin LI NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, 27*4b79ff18SXin LI DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR 28*4b79ff18SXin LI OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE 29*4b79ff18SXin LI USE OR OTHER DEALINGS IN THE SOFTWARE. 30*4b79ff18SXin LI */ 31*4b79ff18SXin LI 32*4b79ff18SXin LI #include "alloc_tests.c" 33