1 2 3 4 5 6 7
import {User} from "user.sol"; contract c { function foo(User memory user) public { user.clear_count(); } }