mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
11 lines
325 B
Solidity
11 lines
325 B
Solidity
==== ExternalSource: _external/import_with_subdir.sol ====
|
|
==== ExternalSource: subdir/import.sol=_external/subdir/import.sol ====
|
|
==== ExternalSource: sub_external.sol=_external/subdir/sub_external.sol ====
|
|
import {SubExternal} from "sub_external.sol";
|
|
contract C {
|
|
}
|
|
// ====
|
|
// compileViaYul: also
|
|
// ----
|
|
// constructor()
|