evmc/test/integration/compilation/compilation_test.cxx
2019-03-11 22:29:04 +01:00

13 lines
316 B
C++

/* EVMC: Ethereum Client-VM Connector API.
* Copyright 2019 The EVMC Authors.
* Licensed under the Apache License, Version 2.0.
*/
// Test compilation of C and C++ public headers.
#include <evmc/evmc.h>
#include <evmc/instructions.h>
#include <evmc/loader.h>
#include <evmc/utils.h>
#include <evmc/helpers.hpp>