Searched defs:myval (Results 1 - 1 of 1) sorted by relevance

/systemd/src/test/
H A Dtest-util.c142 } _packed_ myval = { }; local
144 assert_cc(sizeof(myval) == 17);
145 assert_se(container_of(&myval.v1, struct mytype, v1) == &myval);
146 assert_se(container_of(&myval.v2, struct mytype, v2) == &myval);
147 assert_se(container_of(&container_of(&myval.v2,
151 v1) == &myval); local

Completed in 15 milliseconds