mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
47969adf91
Change import syntax and cover with tests
14 lines
304 B
C
14 lines
304 B
C
// The generation of this file is defined in stdlib/CMakeLists.txt.
|
|
// This file was generated by using the content of stdlib/src/@STDLIB_FILE_NAME@.sol.
|
|
|
|
#pragma once
|
|
|
|
namespace solidity::stdlib
|
|
{
|
|
|
|
static char const @STDLIB_FILE_NAME@[] = {
|
|
@STDLIB_FILE_CONTENT@, 0
|
|
};
|
|
|
|
} // namespace solidity::stdlib
|