We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788cb89 commit e7f4d54Copy full SHA for e7f4d54
testdata/default/linking/samefile_union
@@ -0,0 +1,9 @@
1
+// SPDX-License-Identifier: UNLICENSED
2
+pragma solidity ^0.8.18;
3
+
4
+library LInit {
5
+ function f() internal pure returns (uint) { return 1; }
6
+}
7
+library LRun {
8
+ function g() internal pure returns (uint) { return 2; }
9
0 commit comments