/* EVMC: Ethereum Client-VM Connector API. * Copyright 2018-2019 The EVMC Authors. * Licensed under the Apache License, Version 2.0. */ // Test compilation of C and C++ public headers. #include #include #include #include #include #include // Include again to check if headers have proper include guards. #include #include #include #include #include #include