evmc/test/integration/compilation/compilation_test.c

12 lines
283 B
C
Raw Normal View History

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