mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
New folder localStorageVariable for new testcases; added two new tests
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
contract C {
|
||||
struct S { bool f; }
|
||||
S s;
|
||||
function f() internal pure {
|
||||
S storage c;
|
||||
assembly {
|
||||
c_slot := s_slot
|
||||
}
|
||||
c;
|
||||
}
|
||||
}
|
||||
// ----
|
||||
Reference in New Issue
Block a user