<div dir="ltr">They're just markers.  I have a little test harness that prints all of the bytes of a record and these make it very easy to read.  They're not relevant to being tested in lit and can be removed.  They're vestiges when turning my layout tests into lit tests and I was lazy and didn't remove them.  I may someday.<div>
<br></div><div>-Warren</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 14, 2013 at 4:54 PM, Richard Smith <span dir="ltr"><<a href="mailto:richard@metafoo.co.uk" target="_blank">richard@metafoo.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div class="h5">On Mon, Oct 14, 2013 at 4:36 PM, Sean Silva <span dir="ltr"><<a href="mailto:silvas@purdue.edu" target="_blank">silvas@purdue.edu</a>></span> wrote:<br>
</div></div><div class="gmail_extra"><div class="gmail_quote"><div><div class="h5">
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div class="gmail_extra"><span style="font-size:13px;font-family:arial,sans-serif">+struct A4 {</span><br style="font-size:13px;font-family:arial,sans-serif">

<span style="font-size:13px;font-family:arial,sans-serif">+       int a;</span><br style="font-size:13px;font-family:arial,sans-serif">
<span style="font-size:13px;font-family:arial,sans-serif">+       A4() : a(0xf00000a4) {}</span><br></div><div class="gmail_extra"><span style="font-size:13px;font-family:arial,sans-serif"><br>
</span></div></div><div class="gmail_extra"><span style="font-size:13px;font-family:arial,sans-serif">Out of curiosity, is there a hidden meaning for these hex constants? They seem to have some sort of pattern.</span></div>

</div></blockquote><div><br></div></div></div><div>Note that the last couple of hex digits are the name of the class containing the member. This makes it easy to see how a class was laid out by dumping the contents of an instance of it.</div>

</div></div></div>
</blockquote></div><br></div>